#0B8902

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

Shades of Green #0B8902

Tints of Green #0B8902

Color information

#0B8902 (or 0x0B8902) is unknown color: approx Green. HEX triplet: 0B, 89 and 02. RGB value is (11,137,2). Sum of RGB (Red+Green+Blue) = 11+137+2=150 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.33% from 150); Green value is 137 (53.91% from 255 or 91.33% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 137 - color contains mainly: green. Hex color #0B8902 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8902 is #F476FD. Grayscale: #545454. Windows color (decimal): -16021246 or 166155. OLE color: 166155.

HSL color Cylindrical-coordinate representation of color #0B8902: hue angle of 116º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B8902 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB111372-
CMYK0.9200.990.46
HSL116º97.12%27.25%-
HSV(B)116º98.54%53.73%-
XYZ9.0917.973.05-
YUV83.9481.7675.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.33%
GREEN value IS 137 (53.91% from 255) = 91.33%
BLUE value IS 2 (1.17% from 255) = 1.33%
R=7.33%
G=91.33%
B=1.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1113720.9200.990.4611697.1227.25
HexB8925C0632E74611b
Octal13211213401435616414133
Binary101110001001101011100011000111011101110100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,137,2); }

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

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

 a { background-color: rgb(11,137,2); }

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

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

 span { border-color: rgb(11,137,2); }

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