#0E920B

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

Shades of Islamic Green #0E920B

Tints of Islamic Green #0E920B

Color information

#0E920B (or 0x0E920B) is unknown color: approx Islamic Green. HEX triplet: 0E, 92 and 0B. RGB value is (14,146,11). Sum of RGB (Red+Green+Blue) = 14+146+11=171 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.19% from 171); Green value is 146 (57.42% from 255 or 85.38% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 146 - color contains mainly: green. Hex color #0E920B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E920B is #F16DF4. Grayscale: #5B5B5B. Windows color (decimal): -15822325 or 758286. OLE color: 758286.

HSL color Cylindrical-coordinate representation of color #0E920B: hue angle of 118.67º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E920B is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB1414611-
CMYK0.9000.920.43
HSL118.67º85.99%30.78%-
HSV(B)118.67º92.47%57.25%-
XYZ10.5220.683.75-
YUV91.1482.7772.98-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.19%
GREEN value IS 146 (57.42% from 255) = 85.38%
BLUE value IS 11 (4.69% from 255) = 6.43%
R=8.19%
G=85.38%
B=6.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14146110.9000.920.43118.6785.9930.78
HexE92B5A05C2B77561f
Octal162221313201345316712637
Binary11101001001010111011010010111001010111110111101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E920B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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