#0EA907

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

Shades of Islamic Green #0EA907

Tints of Islamic Green #0EA907

Color information

#0EA907 (or 0x0EA907) is unknown color: approx Islamic Green. HEX triplet: 0E, A9 and 07. RGB value is (14,169,7). Sum of RGB (Red+Green+Blue) = 14+169+7=190 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.37% from 190); Green value is 169 (66.41% from 255 or 88.95% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 169 - color contains mainly: green. Hex color #0EA907 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA907 is #F156F8. Grayscale: #686868. Windows color (decimal): -15816441 or 502030. OLE color: 502030.

HSL color Cylindrical-coordinate representation of color #0EA907: hue angle of 117.41º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0EA907 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB141697-
CMYK0.9200.960.34
HSL117.41º92.05%34.51%-
HSV(B)117.41º95.86%66.27%-
XYZ14.4128.484.94-
YUV104.1973.1563.67-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.37%
GREEN value IS 169 (66.41% from 255) = 88.95%
BLUE value IS 7 (3.12% from 255) = 3.68%
R=7.37%
G=88.95%
B=3.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1416970.9200.960.34117.4192.0534.51
HexEA975C06022755c23
Octal16251713401404216513443
Binary11101010100111110111000110000010001011101011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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