#0CA22E

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

Shades of Dark Pastel Green #0CA22E

Tints of Dark Pastel Green #0CA22E

Color information

#0CA22E (or 0x0CA22E) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, A2 and 2E. RGB value is (12,162,46). Sum of RGB (Red+Green+Blue) = 12+162+46=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 162 (63.67% from 255 or 73.64% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 162 - color contains mainly: green. Hex color #0CA22E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA22E is #F35DD1. Grayscale: #686868. Windows color (decimal): -15949266 or 3056140. OLE color: 3056140.

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

Color convert

RGB1216246-
CMYK0.9300.720.36
HSL133.6º86.21%34.12%-
HSV(B)133.6º92.59%63.53%-
XYZ13.5726.126.91-
YUV103.9395.362.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.45%
GREEN value IS 162 (63.67% from 255) = 73.64%
BLUE value IS 46 (18.36% from 255) = 20.91%
R=5.45%
G=73.64%
B=20.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12162460.9300.720.36133.686.2134.12
HexCA22E5D04824865622
Octal142425613501104420612642
Binary110010100010101110101110101001000100100100001101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,162,46); }

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

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

 a { background-color: rgb(12,162,46); }

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

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

 span { border-color: rgb(12,162,46); }

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