#0E9207

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

Shades of Islamic Green #0E9207

Tints of Islamic Green #0E9207

Color information

#0E9207 (or 0x0E9207) is unknown color: approx Islamic Green. HEX triplet: 0E, 92 and 07. RGB value is (14,146,7). Sum of RGB (Red+Green+Blue) = 14+146+7=167 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.38% from 167); Green value is 146 (57.42% from 255 or 87.43% from 167); Blue value is 7 (3.12% from 255 or 4.19% from 167); Max value from RGB is 146 - color contains mainly: green. Hex color #0E9207 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9207 is #F16DF8. Grayscale: #5B5B5B. Windows color (decimal): -15822329 or 496142. OLE color: 496142.

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

Color convert

RGB141467-
CMYK0.9000.950.43
HSL116.98º90.85%30%-
HSV(B)116.98º95.21%57.25%-
XYZ10.520.673.64-
YUV90.6980.7773.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.38%
GREEN value IS 146 (57.42% from 255) = 87.43%
BLUE value IS 7 (3.12% from 255) = 4.19%
R=8.38%
G=87.43%
B=4.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1414670.9000.950.43116.9890.8530
HexE9275A05F2B755b1e
Octal16222713201375316513336
Binary1110100100101111011010010111111010111110101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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