#3CA912

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

Shades of Kelly Green #3CA912

Tints of Kelly Green #3CA912

Color information

#3CA912 (or 0x3CA912) is unknown color: approx Kelly Green. HEX triplet: 3C, A9 and 12. RGB value is (60,169,18). Sum of RGB (Red+Green+Blue) = 60+169+18=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 169 (66.41% from 255 or 68.42% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 169 - color contains mainly: green. Hex color #3CA912 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA912 is #C356ED. Grayscale: #777777. Windows color (decimal): -12801774 or 1222972. OLE color: 1222972.

HSL color Cylindrical-coordinate representation of color #3CA912: hue angle of 103.31º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3CA912 is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB6016918-
CMYK0.6400.890.34
HSL103.31º80.75%36.67%-
HSV(B)103.31º89.35%66.27%-
XYZ16.1629.385.39-
YUV119.270.8985.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.29%
GREEN value IS 169 (66.41% from 255) = 68.42%
BLUE value IS 18 (7.42% from 255) = 7.29%
R=24.29%
G=68.42%
B=7.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal60169180.6400.890.34103.3180.7536.67
Hex3CA9124005922675125
Octal742512210001314214712145
Binary111100101010011001010000000101100110001011001111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,169,18); }

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

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

 a { background-color: rgb(60,169,18); }

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

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

 span { border-color: rgb(60,169,18); }

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