#0CB056

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

Shades of Pigment Green #0CB056

Tints of Pigment Green #0CB056

Color information

#0CB056 (or 0x0CB056) is unknown color: approx Pigment Green. HEX triplet: 0C, B0 and 56. RGB value is (12,176,86). Sum of RGB (Red+Green+Blue) = 12+176+86=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 176 (69.14% from 255 or 64.23% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 176 - color contains mainly: green. Hex color #0CB056 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CB056 is #F34FA9. Grayscale: #747474. Windows color (decimal): -15945642 or 5681164. OLE color: 5681164.

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

Color convert

RGB1217686-
CMYK0.9300.510.31
HSL147.07º87.23%36.86%-
HSV(B)147.07º93.18%69.02%-
XYZ17.3631.814.03-
YUV116.7110.6753.32-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.38%
GREEN value IS 176 (69.14% from 255) = 64.23%
BLUE value IS 86 (33.98% from 255) = 31.39%
R=4.38%
G=64.23%
B=31.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12176860.9300.510.31147.0787.2336.86
HexCB0565D0331F935725
Octal142601261350633722312745
Binary11001011000010101101011101011001111111100100111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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