#0B9E0A

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

Shades of Islamic Green #0B9E0A

Tints of Islamic Green #0B9E0A

Color information

#0B9E0A (or 0x0B9E0A) is unknown color: approx Islamic Green. HEX triplet: 0B, 9E and 0A. RGB value is (11,158,10). Sum of RGB (Red+Green+Blue) = 11+158+10=179 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.15% from 179); Green value is 158 (62.11% from 255 or 88.27% from 179); Blue value is 10 (4.30% from 255 or 5.59% from 179); Max value from RGB is 158 - color contains mainly: green. Hex color #0B9E0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B9E0A is #F461F5. Grayscale: #616161. Windows color (decimal): -16015862 or 695819. OLE color: 695819.

HSL color Cylindrical-coordinate representation of color #0B9E0A: hue angle of 119.59º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B9E0A is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB1115810-
CMYK0.9300.940.38
HSL119.59º88.1%32.94%-
HSV(B)119.59º93.67%61.96%-
XYZ12.4224.554.37-
YUV97.1878.866.53-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.15%
GREEN value IS 158 (62.11% from 255) = 88.27%
BLUE value IS 10 (4.30% from 255) = 5.59%
R=6.15%
G=88.27%
B=5.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11158100.9300.940.38119.5988.132.94
HexB9EA5D05E26785821
Octal132361213501364617013041
Binary101110011110101010111010101111010011011110001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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