#0B8401

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

Shades of Green #0B8401

Tints of Green #0B8401

Color information

#0B8401 (or 0x0B8401) is unknown color: approx Green. HEX triplet: 0B, 84 and 01. RGB value is (11,132,1). Sum of RGB (Red+Green+Blue) = 11+132+1=144 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.64% from 144); Green value is 132 (51.95% from 255 or 91.67% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 132 - color contains mainly: green. Hex color #0B8401 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8401 is #F47BFE. Grayscale: #515151. Windows color (decimal): -16022527 or 99339. OLE color: 99339.

HSL color Cylindrical-coordinate representation of color #0B8401: hue angle of 115.42º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B8401 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB111321-
CMYK0.9200.990.48
HSL115.42º98.5%26.08%-
HSV(B)115.42º99.24%51.76%-
XYZ8.3916.582.79-
YUV80.8982.9178.15-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.64%
GREEN value IS 132 (51.95% from 255) = 91.67%
BLUE value IS 1 (0.78% from 255) = 0.69%
R=7.64%
G=91.67%
B=0.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1113210.9200.990.48115.4298.526.08
HexB8415C0633073621a
Octal13204113401436016314232
Binary10111000010011011100011000111100001110011110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,132,1); }

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

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

 a { background-color: rgb(11,132,1); }

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

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

 span { border-color: rgb(11,132,1); }

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