#3CAC0D

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

Shades of Kelly Green #3CAC0D

Tints of Kelly Green #3CAC0D

Color information

#3CAC0D (or 0x3CAC0D) is unknown color: approx Kelly Green. HEX triplet: 3C, AC and 0D. RGB value is (60,172,13). Sum of RGB (Red+Green+Blue) = 60+172+13=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 172 (67.58% from 255 or 70.20% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CAC0D is #C353F2. Grayscale: #787878. Windows color (decimal): -12801011 or 896060. OLE color: 896060.

HSL color Cylindrical-coordinate representation of color #3CAC0D: hue angle of 102.26º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CAC0D is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB6017213-
CMYK0.6500.920.33
HSL102.26º85.95%36.27%-
HSV(B)102.26º92.44%67.45%-
XYZ16.6930.495.39-
YUV120.3967.3984.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.49%
GREEN value IS 172 (67.58% from 255) = 70.20%
BLUE value IS 13 (5.47% from 255) = 5.31%
R=24.49%
G=70.20%
B=5.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60172130.6500.920.33102.2685.9536.27
Hex3CACD4105C21665624
Octal742541510101344114612644
Binary11110010101100110110000010101110010000111001101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAC0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,172,13); }

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

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

 a { background-color: rgb(60,172,13); }

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

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

 span { border-color: rgb(60,172,13); }

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