#3CA213

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

Shades of Kelly Green #3CA213

Tints of Kelly Green #3CA213

Color information

#3CA213 (or 0x3CA213) is unknown color: approx Kelly Green. HEX triplet: 3C, A2 and 13. RGB value is (60,162,19). Sum of RGB (Red+Green+Blue) = 60+162+19=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 162 (63.67% from 255 or 67.22% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA213 is #C35DEC. Grayscale: #737373. Windows color (decimal): -12803565 or 1286716. OLE color: 1286716.

HSL color Cylindrical-coordinate representation of color #3CA213: hue angle of 102.8º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3CA213 is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB6016219-
CMYK0.6300.880.36
HSL102.8º79.01%35.49%-
HSV(B)102.8º88.27%63.53%-
XYZ14.926.855.01-
YUV115.273.7188.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.90%
GREEN value IS 162 (63.67% from 255) = 67.22%
BLUE value IS 19 (7.81% from 255) = 7.88%
R=24.90%
G=67.22%
B=7.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal60162190.6300.880.36102.879.0135.49
Hex3CA2133F05824674f23
Octal74242237701304414711743
Binary11110010100010100111111110101100010010011001111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,162,19); }

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

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

 a { background-color: rgb(60,162,19); }

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

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

 span { border-color: rgb(60,162,19); }

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