#0EA506

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

Shades of Islamic Green #0EA506

Tints of Islamic Green #0EA506

Color information

#0EA506 (or 0x0EA506) is unknown color: approx Islamic Green. HEX triplet: 0E, A5 and 06. RGB value is (14,165,6). Sum of RGB (Red+Green+Blue) = 14+165+6=185 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.57% from 185); Green value is 165 (64.84% from 255 or 89.19% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 165 - color contains mainly: green. Hex color #0EA506 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA506 is #F15AF9. Grayscale: #666666. Windows color (decimal): -15817466 or 435470. OLE color: 435470.

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

Color convert

RGB141656-
CMYK0.9200.960.35
HSL116.98º92.98%33.53%-
HSV(B)116.98º96.36%64.71%-
XYZ13.6727.024.67-
YUV101.7273.9765.43-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.57%
GREEN value IS 165 (64.84% from 255) = 89.19%
BLUE value IS 6 (2.73% from 255) = 3.24%
R=7.57%
G=89.19%
B=3.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1416560.9200.960.35116.9892.9833.53
HexEA565C06023755d22
Octal16245613401404316513542
Binary11101010010111010111000110000010001111101011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,165,6); }

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

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

 a { background-color: rgb(14,165,6); }

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

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

 span { border-color: rgb(14,165,6); }

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