#0CAE20

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

Shades of Dark Pastel Green #0CAE20

Tints of Dark Pastel Green #0CAE20

Color information

#0CAE20 (or 0x0CAE20) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, AE and 20. RGB value is (12,174,32). Sum of RGB (Red+Green+Blue) = 12+174+32=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 174 (68.36% from 255 or 79.82% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAE20 is #F351DF. Grayscale: #6D6D6D. Windows color (decimal): -15946208 or 2141708. OLE color: 2141708.

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

Color convert

RGB1217432-
CMYK0.9300.820.32
HSL127.41º87.1%36.47%-
HSV(B)127.41º93.1%68.24%-
XYZ15.5530.456.43-
YUV109.3784.3358.55-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.50%
GREEN value IS 174 (68.36% from 255) = 79.82%
BLUE value IS 32 (12.89% from 255) = 14.68%
R=5.50%
G=79.82%
B=14.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal12174320.9300.820.32127.4187.136.47
HexCAE205D052207f5724
Octal142564013501224017712744
Binary11001010111010000010111010101001010000011111111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAE20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,174,32); }

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

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

 a { background-color: rgb(12,174,32); }

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

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

 span { border-color: rgb(12,174,32); }

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