#60C144

Color #60C144 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #60C144

Tints of Apple #60C144

Color information

#60C144 (or 0x60C144) is unknown color: approx Apple. HEX triplet: 60, C1 and 44. RGB value is (96,193,68). Sum of RGB (Red+Green+Blue) = 96+193+68=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 193 (75.78% from 255 or 54.06% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 193 - color contains mainly: green. Hex color #60C144 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C144 is #9F3EBB. Grayscale: #969696. Windows color (decimal): -10436284 or 4505952. OLE color: 4505952.

HSL color Cylindrical-coordinate representation of color #60C144: hue angle of 106.56º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #60C144 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB9619368-
CMYK0.5000.650.24
HSL106.56º50.2%51.18%-
HSV(B)106.56º64.77%75.69%-
XYZ24.9441.0412.08-
YUV149.7581.8689.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 26.89%
GREEN value IS 193 (75.78% from 255) = 54.06%
BLUE value IS 68 (26.95% from 255) = 19.05%
R=26.89%
G=54.06%
B=19.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal96193680.5000.650.24106.5650.251.18
Hex60C14432041186b3233
Octal140301104620101301536263
Binary110000011000001100010011001001000001110001101011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60C144; }

 p { color: rgb(96,193,68); }

 H1.HeaderClassName
 {
   color: #60C144;
 }
 .AnyTagClassName
 {
   color: #60C144;
 }
</style>
background-color css

<style>
 a { background-color: #60C144; }

 a { background-color: rgb(96,193,68); }

 div.DivClassName
 {
   background-color: #60C144;
 }
 .BgClassName
 {
   background-color: #60C144;
 }
</style>
border-color css

<style>
 span { border-color: #60C144; }

 span { border-color: rgb(96,193,68); }

 td.TdClassName
 {
   border-color: #60C144;
 }
 .TagClassName
 {
   border-color: #60C144;
 }
</style>