#0caf24

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

Shades of Dark Pastel Green #0CAF24

Tints of Dark Pastel Green #0CAF24

Color information

#0CAF24 (or 0x0CAF24) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, AF and 24. RGB value is (12,175,36). Sum of RGB (Red+Green+Blue) = 12+175+36=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 175 (68.75% from 255 or 78.48% from 223); Blue value is 36 (14.45% from 255 or 16.14% from 223); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF24 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAF24 is #F350DB. Grayscale: #6E6E6E. Windows color (decimal): -15945948 or 2404108. OLE color: 2404108.

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

Color convert

RGB1217536-
CMYK0.9300.790.31
HSL128.83º87.17%36.67%-
HSV(B)128.83º93.14%68.63%-
XYZ15.830.876.79-
YUV110.428657.8-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.38%
GREEN value IS 175 (68.75% from 255) = 78.48%
BLUE value IS 36 (14.45% from 255) = 16.14%
R=5.38%
G=78.48%
B=16.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12175360.9300.790.31128.8387.1736.67
HexCAF245D04F1F815725
Octal142574413501173720112745
Binary11001010111110010010111010100111111111100000011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0caf24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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