#60AF64

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

Shades of Fern #60AF64

Tints of Fern #60AF64

Color information

#60AF64 (or 0x60AF64) is unknown color: approx Fern. HEX triplet: 60, AF and 64. RGB value is (96,175,100). Sum of RGB (Red+Green+Blue) = 96+175+100=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AF64 is #9F509B. Grayscale: #8F8F8F. Windows color (decimal): -10440860 or 6598496. OLE color: 6598496.

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

Color convert

RGB96175100-
CMYK0.4500.430.31
HSL123.04º33.05%53.14%-
HSV(B)123.04º45.14%68.63%-
XYZ22.4534.0717.45-
YUV142.83103.8394.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.88%
GREEN value IS 175 (68.75% from 255) = 47.17%
BLUE value IS 100 (39.45% from 255) = 26.95%
R=25.88%
G=47.17%
B=26.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961751000.4500.430.31123.0433.0553.14
Hex60AF642D02B1F7b2135
Octal14025714455053371734165
Binary11000001010111111001001011010101011111111111011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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