#0CB122

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

Shades of Dark Pastel Green #0CB122

Tints of Dark Pastel Green #0CB122

Color information

#0CB122 (or 0x0CB122) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B1 and 22. RGB value is (12,177,34). Sum of RGB (Red+Green+Blue) = 12+177+34=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 177 (69.53% from 255 or 79.37% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB122 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CB122 is #F34EDD. Grayscale: #6F6F6F. Windows color (decimal): -15945438 or 2273548. OLE color: 2273548.

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

Color convert

RGB1217734-
CMYK0.9300.810.31
HSL128º87.3%37.06%-
HSV(B)128º93.22%69.41%-
XYZ16.1631.646.77-
YUV111.3684.3457.13-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.38%
GREEN value IS 177 (69.53% from 255) = 79.37%
BLUE value IS 34 (13.67% from 255) = 15.25%
R=5.38%
G=79.37%
B=15.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12177340.9300.810.3112887.337.06
HexCB1225D0511F805725
Octal142614213501213720012745
Binary11001011000110001010111010101000111111100000001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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