#0E980B

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

Shades of Islamic Green #0E980B

Tints of Islamic Green #0E980B

Color information

#0E980B (or 0x0E980B) is unknown color: approx Islamic Green. HEX triplet: 0E, 98 and 0B. RGB value is (14,152,11). Sum of RGB (Red+Green+Blue) = 14+152+11=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 152 (59.77% from 255 or 85.88% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 152 - color contains mainly: green. Hex color #0E980B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E980B is #F167F4. Grayscale: #5F5F5F. Windows color (decimal): -15820789 or 759822. OLE color: 759822.

HSL color Cylindrical-coordinate representation of color #0E980B: hue angle of 118.72º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E980B is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB1415211-
CMYK0.9100.930.40
HSL118.72º86.5%31.96%-
HSV(B)118.72º92.76%59.61%-
XYZ11.4722.574.07-
YUV94.6680.7870.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.91%
GREEN value IS 152 (59.77% from 255) = 85.88%
BLUE value IS 11 (4.69% from 255) = 6.21%
R=7.91%
G=85.88%
B=6.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14152110.9100.930.40118.7286.531.96
HexE98B5B05D28775720
Octal162301313301355016712740
Binary111010011000101110110110101110110100011101111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E980B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,152,11); }

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

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

 a { background-color: rgb(14,152,11); }

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

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

 span { border-color: rgb(14,152,11); }

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