#24BD0C

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

Shades of Kelly Green #24BD0C

Tints of Kelly Green #24BD0C

Color information

#24BD0C (or 0x24BD0C) is unknown color: approx Kelly Green. HEX triplet: 24, BD and 0C. RGB value is (36,189,12). Sum of RGB (Red+Green+Blue) = 36+189+12=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 189 (74.22% from 255 or 79.75% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 189 - color contains mainly: green. Hex color #24BD0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24BD0C is #DB42F3. Grayscale: #7B7B7B. Windows color (decimal): -14369524 or 834852. OLE color: 834852.

HSL color Cylindrical-coordinate representation of color #24BD0C: hue angle of 111.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #24BD0C is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB3618912-
CMYK0.8100.940.26
HSL111.86º88.06%39.41%-
HSV(B)111.86º93.65%74.12%-
XYZ18.9936.86.45-
YUV123.0765.3165.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.19%
GREEN value IS 189 (74.22% from 255) = 79.75%
BLUE value IS 12 (5.08% from 255) = 5.06%
R=15.19%
G=79.75%
B=5.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal36189120.8100.940.26111.8688.0639.41
Hex24BDC5105E1A705827
Octal442751412101363216013047
Binary1001001011110111001010001010111101101011100001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24BD0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24BD0C; }

 p { color: rgb(36,189,12); }

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

<style>
 a { background-color: #24BD0C; }

 a { background-color: rgb(36,189,12); }

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

<style>
 span { border-color: #24BD0C; }

 span { border-color: rgb(36,189,12); }

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