#0CB12A

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

Shades of Dark Pastel Green #0CB12A

Tints of Dark Pastel Green #0CB12A

Color information

#0CB12A (or 0x0CB12A) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B1 and 2A. RGB value is (12,177,42). Sum of RGB (Red+Green+Blue) = 12+177+42=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 177 (69.53% from 255 or 76.62% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB12A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CB12A is #F34ED5. Grayscale: #707070. Windows color (decimal): -15945430 or 2797836. OLE color: 2797836.

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

Color convert

RGB1217742-
CMYK0.9300.760.31
HSL130.91º87.3%37.06%-
HSV(B)130.91º93.22%69.41%-
XYZ16.2931.697.45-
YUV112.2888.3456.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.19%
GREEN value IS 177 (69.53% from 255) = 76.62%
BLUE value IS 42 (16.80% from 255) = 18.18%
R=5.19%
G=76.62%
B=18.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12177420.9300.760.31130.9187.337.06
HexCB12A5D04C1F835725
Octal142615213501143720312745
Binary11001011000110101010111010100110011111100000111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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