#0CB451

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

Shades of Pigment Green #0CB451

Tints of Pigment Green #0CB451

Color information

#0CB451 (or 0x0CB451) is unknown color: approx Pigment Green. HEX triplet: 0C, B4 and 51. RGB value is (12,180,81). Sum of RGB (Red+Green+Blue) = 12+180+81=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 180 (70.70% from 255 or 65.93% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB451 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB451 is #F34BAE. Grayscale: #767676. Windows color (decimal): -15944623 or 5354508. OLE color: 5354508.

HSL color Cylindrical-coordinate representation of color #0CB451: hue angle of 144.64º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB451 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB1218081-
CMYK0.9300.550.29
HSL144.64º87.5%37.65%-
HSV(B)144.64º93.33%70.59%-
XYZ17.9633.3113.27-
YUV118.48106.8452.05-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.40%
GREEN value IS 180 (70.70% from 255) = 65.93%
BLUE value IS 81 (32.03% from 255) = 29.67%
R=4.40%
G=65.93%
B=29.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12180810.9300.550.29144.6487.537.65
HexCB4515D0371D915826
Octal142641211350673522113046
Binary11001011010010100011011101011011111101100100011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,180,81); }

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

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

 a { background-color: rgb(12,180,81); }

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

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

 span { border-color: rgb(12,180,81); }

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