#0CAC24

Color #0CAC24 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0CAC24

Tints of Dark Pastel Green #0CAC24

Color information

#0CAC24 (or 0x0CAC24) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, AC and 24. RGB value is (12,172,36). Sum of RGB (Red+Green+Blue) = 12+172+36=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 172 (67.58% from 255 or 78.18% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC24 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAC24 is #F353DB. Grayscale: #6D6D6D. Windows color (decimal): -15946716 or 2403340. OLE color: 2403340.

HSL color Cylindrical-coordinate representation of color #0CAC24: hue angle of 129º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAC24 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB1217236-
CMYK0.9300.790.33
HSL129º86.96%36.08%-
HSV(B)129º93.02%67.45%-
XYZ15.2229.716.6-
YUV108.6686.9959.06-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.45%
GREEN value IS 172 (67.58% from 255) = 78.18%
BLUE value IS 36 (14.45% from 255) = 16.36%
R=5.45%
G=78.18%
B=16.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12172360.9300.790.3312986.9636.08
HexCAC245D04F21815724
Octal142544413501174120112744
Binary110010101100100100101110101001111100001100000011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAC24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CAC24; }

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

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

<style>
 a { background-color: #0CAC24; }

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

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

<style>
 span { border-color: #0CAC24; }

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

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