#3CAF06

Color #3CAF06 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #3CAF06

Tints of Kelly Green #3CAF06

Color information

#3CAF06 (or 0x3CAF06) is unknown color: approx Kelly Green. HEX triplet: 3C, AF and 06. RGB value is (60,175,6). Sum of RGB (Red+Green+Blue) = 60+175+6=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 175 (68.75% from 255 or 72.61% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CAF06 is #C350F9. Grayscale: #797979. Windows color (decimal): -12800250 or 438076. OLE color: 438076.

HSL color Cylindrical-coordinate representation of color #3CAF06: hue angle of 100.83º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3CAF06 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB601756-
CMYK0.6600.970.31
HSL100.83º93.37%35.49%-
HSV(B)100.83º96.57%68.63%-
XYZ17.2331.635.37-
YUV121.3562.984.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.90%
GREEN value IS 175 (68.75% from 255) = 72.61%
BLUE value IS 6 (2.73% from 255) = 2.49%
R=24.90%
G=72.61%
B=2.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6017560.6600.970.31100.8393.3735.49
Hex3CAF6420611F655d23
Octal74257610201413714513543
Binary111100101011111101000010011000011111111001011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAF06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CAF06; }

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

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

<style>
 a { background-color: #3CAF06; }

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

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

<style>
 span { border-color: #3CAF06; }

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

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