#0B9650

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

Shades of Pigment Green #0B9650

Tints of Pigment Green #0B9650

Color information

#0B9650 (or 0x0B9650) is unknown color: approx Pigment Green. HEX triplet: 0B, 96 and 50. RGB value is (11,150,80). Sum of RGB (Red+Green+Blue) = 11+150+80=241 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.56% from 241); Green value is 150 (58.98% from 255 or 62.24% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 150 - color contains mainly: green. Hex color #0B9650 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9650 is #F469AF. Grayscale: #646464. Windows color (decimal): -16017840 or 5281291. OLE color: 5281291.

HSL color Cylindrical-coordinate representation of color #0B9650: hue angle of 149.78º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9650 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB1115080-
CMYK0.9300.470.41
HSL149.78º86.34%31.57%-
HSV(B)149.78º92.67%58.82%-
XYZ12.4922.4611.27-
YUV100.46116.4564.19-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.56%
GREEN value IS 150 (58.98% from 255) = 62.24%
BLUE value IS 80 (31.64% from 255) = 33.20%
R=4.56%
G=62.24%
B=33.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11150800.9300.470.41149.7886.3431.57
HexB96505D02F29965620
Octal132261201350575122612640
Binary101110010110101000010111010101111101001100101101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,150,80); }

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

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

 a { background-color: rgb(11,150,80); }

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

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

 span { border-color: rgb(11,150,80); }

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