#60AF4C

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

Shades of Apple #60AF4C

Tints of Apple #60AF4C

Color information

#60AF4C (or 0x60AF4C) is unknown color: approx Apple. HEX triplet: 60, AF and 4C. RGB value is (96,175,76). Sum of RGB (Red+Green+Blue) = 96+175+76=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AF4C is #9F50B3. Grayscale: #8C8C8C. Windows color (decimal): -10440884 or 5025632. OLE color: 5025632.

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

Color convert

RGB9617576-
CMYK0.4500.570.31
HSL107.88º39.44%49.22%-
HSV(B)107.88º56.57%68.63%-
XYZ21.4633.6712.21-
YUV140.0991.8396.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.67%
GREEN value IS 175 (68.75% from 255) = 50.43%
BLUE value IS 76 (30.08% from 255) = 21.90%
R=27.67%
G=50.43%
B=21.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96175760.4500.570.31107.8839.4449.22
Hex60AF4C2D0391F6c2731
Octal14025711455071371544761
Binary11000001010111110011001011010111001111111101100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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