#3CA50C

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

Shades of Kelly Green #3CA50C

Tints of Kelly Green #3CA50C

Color information

#3CA50C (or 0x3CA50C) is unknown color: approx Kelly Green. HEX triplet: 3C, A5 and 0C. RGB value is (60,165,12). Sum of RGB (Red+Green+Blue) = 60+165+12=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 165 (64.84% from 255 or 69.62% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 165 - color contains mainly: green. Hex color #3CA50C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA50C is #C35AF3. Grayscale: #747474. Windows color (decimal): -12802804 or 828732. OLE color: 828732.

HSL color Cylindrical-coordinate representation of color #3CA50C: hue angle of 101.18º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3CA50C is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB6016512-
CMYK0.6400.930.35
HSL101.18º86.44%34.71%-
HSV(B)101.18º92.73%64.71%-
XYZ15.3827.94.92-
YUV116.1669.2187.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.32%
GREEN value IS 165 (64.84% from 255) = 69.62%
BLUE value IS 12 (5.08% from 255) = 5.06%
R=25.32%
G=69.62%
B=5.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal60165120.6400.930.35101.1886.4434.71
Hex3CA5C4005D23655623
Octal742451410001354314512643
Binary11110010100101110010000000101110110001111001011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,165,12); }

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

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

 a { background-color: rgb(60,165,12); }

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

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

 span { border-color: rgb(60,165,12); }

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