#0CAD22

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

Shades of Dark Pastel Green #0CAD22

Tints of Dark Pastel Green #0CAD22

Color information

#0CAD22 (or 0x0CAD22) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, AD and 22. RGB value is (12,173,34). Sum of RGB (Red+Green+Blue) = 12+173+34=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 173 (67.97% from 255 or 79.00% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 173 - color contains mainly: green. Hex color #0CAD22 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAD22 is #F352DD. Grayscale: #6D6D6D. Windows color (decimal): -15946462 or 2272524. OLE color: 2272524.

HSL color Cylindrical-coordinate representation of color #0CAD22: hue angle of 128.2º 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 #0CAD22 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB1217334-
CMYK0.9300.800.32
HSL128.2º87.03%36.27%-
HSV(B)128.2º93.06%67.84%-
XYZ15.3830.086.51-
YUV109.0185.6658.8-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.48%
GREEN value IS 173 (67.97% from 255) = 79.00%
BLUE value IS 34 (13.67% from 255) = 15.53%
R=5.48%
G=79.00%
B=15.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal12173340.9300.800.32128.287.0336.27
HexCAD225D05020805724
Octal142554213501204020012744
Binary110010101101100010101110101010000100000100000001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAD22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,173,34); }

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

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

 a { background-color: rgb(12,173,34); }

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

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

 span { border-color: rgb(12,173,34); }

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