#0B8C05

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

Shades of Green #0B8C05

Tints of Green #0B8C05

Color information

#0B8C05 (or 0x0B8C05) is unknown color: approx Green. HEX triplet: 0B, 8C and 05. RGB value is (11,140,5). Sum of RGB (Red+Green+Blue) = 11+140+5=156 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.05% from 156); Green value is 140 (55.08% from 255 or 89.74% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 140 - color contains mainly: green. Hex color #0B8C05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8C05 is #F473FA. Grayscale: #565656. Windows color (decimal): -16020475 or 363531. OLE color: 363531.

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

Color convert

RGB111405-
CMYK0.9200.960.45
HSL117.33º93.1%28.43%-
HSV(B)117.33º96.43%54.9%-
XYZ9.5418.843.28-
YUV86.0482.2674.48-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.05%
GREEN value IS 140 (55.08% from 255) = 89.74%
BLUE value IS 5 (2.34% from 255) = 3.21%
R=7.05%
G=89.74%
B=3.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1114050.9200.960.45117.3393.128.43
HexB8C55C0602D755d1c
Octal13214513401405516513534
Binary1011100011001011011100011000001011011110101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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