#0B9B45

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

Shades of Pigment Green #0B9B45

Tints of Pigment Green #0B9B45

Color information

#0B9B45 (or 0x0B9B45) is unknown color: approx Pigment Green. HEX triplet: 0B, 9B and 45. RGB value is (11,155,69). Sum of RGB (Red+Green+Blue) = 11+155+69=235 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.68% from 235); Green value is 155 (60.94% from 255 or 65.96% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 155 - color contains mainly: green. Hex color #0B9B45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9B45 is #F464BA. Grayscale: #666666. Windows color (decimal): -16016571 or 4561675. OLE color: 4561675.

HSL color Cylindrical-coordinate representation of color #0B9B45: hue angle of 144.17º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9B45 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB1115569-
CMYK0.9300.550.39
HSL144.17º86.75%32.55%-
HSV(B)144.17º92.9%60.78%-
XYZ12.9323.949.57-
YUV102.14109.2962.99-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.68%
GREEN value IS 155 (60.94% from 255) = 65.96%
BLUE value IS 69 (27.34% from 255) = 29.36%
R=4.68%
G=65.96%
B=29.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11155690.9300.550.39144.1786.7532.55
HexB9B455D03727905721
Octal132331051350674722012741
Binary101110011011100010110111010110111100111100100001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,155,69); }

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

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

 a { background-color: rgb(11,155,69); }

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

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

 span { border-color: rgb(11,155,69); }

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