#0B5E0A

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

Shades of Green #0B5E0A

Tints of Green #0B5E0A

Color information

#0B5E0A (or 0x0B5E0A) is unknown color: approx Green. HEX triplet: 0B, 5E and 0A. RGB value is (11,94,10). Sum of RGB (Red+Green+Blue) = 11+94+10=115 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.57% from 115); Green value is 94 (37.11% from 255 or 81.74% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 94 - color contains mainly: green. Hex color #0B5E0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5E0A is #F4A1F5. Grayscale: #3B3B3B. Windows color (decimal): -16032246 or 679435. OLE color: 679435.

HSL color Cylindrical-coordinate representation of color #0B5E0A: hue angle of 119.29º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B5E0A is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.63.

Color convert

RGB119410-
CMYK0.8800.890.63
HSL119.29º80.77%20.39%-
HSV(B)119.29º89.36%36.86%-
XYZ4.28.11.63-
YUV59.6110093.33-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.57%
GREEN value IS 94 (37.11% from 255) = 81.74%
BLUE value IS 10 (4.30% from 255) = 8.70%
R=9.57%
G=81.74%
B=8.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1194100.8800.890.63119.2980.7720.39
HexB5EA580593F775114
Octal131361213001317716712124
Binary1011101111010101011000010110011111111110111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,94,10); }

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

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

 a { background-color: rgb(11,94,10); }

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

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

 span { border-color: rgb(11,94,10); }

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