#0B8E07

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

Shades of Islamic Green #0B8E07

Tints of Islamic Green #0B8E07

Color information

#0B8E07 (or 0x0B8E07) is unknown color: approx Islamic Green. HEX triplet: 0B, 8E and 07. RGB value is (11,142,7). Sum of RGB (Red+Green+Blue) = 11+142+7=160 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.88% from 160); Green value is 142 (55.86% from 255 or 88.75% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 142 - color contains mainly: green. Hex color #0B8E07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8E07 is #F471F8. Grayscale: #575757. Windows color (decimal): -16019961 or 495115. OLE color: 495115.

HSL color Cylindrical-coordinate representation of color #0B8E07: hue angle of 118.22º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B8E07 is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB111427-
CMYK0.9200.950.44
HSL118.22º90.6%29.22%-
HSV(B)118.22º95.07%55.69%-
XYZ9.8519.433.43-
YUV87.4482.673.48-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.88%
GREEN value IS 142 (55.86% from 255) = 88.75%
BLUE value IS 7 (3.12% from 255) = 4.38%
R=6.88%
G=88.75%
B=4.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1114270.9200.950.44118.2290.629.22
HexB8E75C05F2C765b1d
Octal13216713401375416613335
Binary1011100011101111011100010111111011001110110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,142,7); }

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

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

 a { background-color: rgb(11,142,7); }

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

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

 span { border-color: rgb(11,142,7); }

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