#0B9E44

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

Shades of Pigment Green #0B9E44

Tints of Pigment Green #0B9E44

Color information

#0B9E44 (or 0x0B9E44) is unknown color: approx Pigment Green. HEX triplet: 0B, 9E and 44. RGB value is (11,158,68). Sum of RGB (Red+Green+Blue) = 11+158+68=237 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.64% from 237); Green value is 158 (62.11% from 255 or 66.67% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 158 - color contains mainly: green. Hex color #0B9E44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9E44 is #F461BB. Grayscale: #686868. Windows color (decimal): -16015804 or 4496907. OLE color: 4496907.

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

Color convert

RGB1115868-
CMYK0.9300.570.38
HSL143.27º86.98%33.14%-
HSV(B)143.27º93.04%61.96%-
XYZ13.4124.949.58-
YUV103.79107.861.82-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.64%
GREEN value IS 158 (62.11% from 255) = 66.67%
BLUE value IS 68 (26.95% from 255) = 28.69%
R=4.64%
G=66.67%
B=28.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11158680.9300.570.38143.2786.9833.14
HexB9E445D039268f5721
Octal132361041350714621712741
Binary101110011110100010010111010111001100110100011111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,158,68); }

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

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

 a { background-color: rgb(11,158,68); }

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

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

 span { border-color: rgb(11,158,68); }

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