#0B8B10

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

Shades of Green #0B8B10

Tints of Green #0B8B10

Color information

#0B8B10 (or 0x0B8B10) is unknown color: approx Green. HEX triplet: 0B, 8B and 10. RGB value is (11,139,16). Sum of RGB (Red+Green+Blue) = 11+139+16=166 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.63% from 166); Green value is 139 (54.69% from 255 or 83.73% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 139 - color contains mainly: green. Hex color #0B8B10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8B10 is #F474EF. Grayscale: #575757. Windows color (decimal): -16020720 or 1084171. OLE color: 1084171.

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

Color convert

RGB1113916-
CMYK0.9200.880.45
HSL122.34º85.33%29.41%-
HSV(B)122.34º92.09%54.51%-
XYZ9.4618.573.58-
YUV86.7188.0974-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.63%
GREEN value IS 139 (54.69% from 255) = 83.73%
BLUE value IS 16 (6.64% from 255) = 9.64%
R=6.63%
G=83.73%
B=9.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11139160.9200.880.45122.3485.3329.41
HexB8B105C0582D7a551d
Octal132132013401305517212535
Binary101110001011100001011100010110001011011111010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,139,16); }

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

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

 a { background-color: rgb(11,139,16); }

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

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

 span { border-color: rgb(11,139,16); }

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