#60AF3C

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

Shades of Apple #60AF3C

Tints of Apple #60AF3C

Color information

#60AF3C (or 0x60AF3C) is unknown color: approx Apple. HEX triplet: 60, AF and 3C. RGB value is (96,175,60). Sum of RGB (Red+Green+Blue) = 96+175+60=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AF3C is #9F50C3. Grayscale: #8A8A8A. Windows color (decimal): -10440900 or 3977056. OLE color: 3977056.

HSL color Cylindrical-coordinate representation of color #60AF3C: hue angle of 101.22º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #60AF3C is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB9617560-
CMYK0.4500.660.31
HSL101.22º48.94%46.08%-
HSV(B)101.22º65.71%68.63%-
XYZ20.9733.479.63-
YUV138.2783.8397.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 175 (68.75% from 255) = 52.87%
BLUE value IS 60 (23.83% from 255) = 18.13%
R=29.00%
G=52.87%
B=18.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96175600.4500.660.31101.2248.9446.08
Hex60AF3C2D0421F65312e
Octal14025774550102371456156
Binary11000001010111111110010110101000010111111100101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,175,60); }

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

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

 a { background-color: rgb(96,175,60); }

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

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

 span { border-color: rgb(96,175,60); }

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