#0B8A05

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

Shades of Green #0B8A05

Tints of Green #0B8A05

Color information

#0B8A05 (or 0x0B8A05) is unknown color: approx Green. HEX triplet: 0B, 8A and 05. RGB value is (11,138,5). Sum of RGB (Red+Green+Blue) = 11+138+5=154 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.14% from 154); Green value is 138 (54.30% from 255 or 89.61% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 138 - color contains mainly: green. Hex color #0B8A05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8A05 is #F475FA. Grayscale: #555555. Windows color (decimal): -16020987 or 363019. OLE color: 363019.

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

Color convert

RGB111385-
CMYK0.9200.960.46
HSL117.29º93.01%28.04%-
HSV(B)117.29º96.38%54.12%-
XYZ9.2518.263.18-
YUV84.8682.9275.31-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.14%
GREEN value IS 138 (54.30% from 255) = 89.61%
BLUE value IS 5 (2.34% from 255) = 3.25%
R=7.14%
G=89.61%
B=3.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1113850.9200.960.46117.2993.0128.04
HexB8A55C0602E755d1c
Octal13212513401405616513534
Binary1011100010101011011100011000001011101110101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,138,5); }

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

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

 a { background-color: rgb(11,138,5); }

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

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

 span { border-color: rgb(11,138,5); }

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