#0CBD56

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

Shades of Pigment Green #0CBD56

Tints of Pigment Green #0CBD56

Color information

#0CBD56 (or 0x0CBD56) is unknown color: approx Pigment Green. HEX triplet: 0C, BD and 56. RGB value is (12,189,86). Sum of RGB (Red+Green+Blue) = 12+189+86=287 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.18% from 287); Green value is 189 (74.22% from 255 or 65.85% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 189 - color contains mainly: green. Hex color #0CBD56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBD56 is #F342A9. Grayscale: #7C7C7C. Windows color (decimal): -15942314 or 5684492. OLE color: 5684492.

HSL color Cylindrical-coordinate representation of color #0CBD56: hue angle of 145.08º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBD56 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB1218986-
CMYK0.9400.540.26
HSL145.08º88.06%39.41%-
HSV(B)145.08º93.65%74.12%-
XYZ20.0337.1514.92-
YUV124.34106.3647.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.18%
GREEN value IS 189 (74.22% from 255) = 65.85%
BLUE value IS 86 (33.98% from 255) = 29.97%
R=4.18%
G=65.85%
B=29.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal12189860.9400.540.26145.0888.0639.41
HexCBD565E0361A915827
Octal142751261360663222113047
Binary11001011110110101101011110011011011010100100011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,189,86); }

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

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

 a { background-color: rgb(12,189,86); }

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

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

 span { border-color: rgb(12,189,86); }

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