#0EAD1E

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

Shades of Islamic Green #0EAD1E

Tints of Islamic Green #0EAD1E

Color information

#0EAD1E (or 0x0EAD1E) is unknown color: approx Islamic Green. HEX triplet: 0E, AD and 1E. RGB value is (14,173,30). Sum of RGB (Red+Green+Blue) = 14+173+30=217 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.45% from 217); Green value is 173 (67.97% from 255 or 79.72% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAD1E is #F152E1. Grayscale: #6D6D6D. Windows color (decimal): -15815394 or 2010382. OLE color: 2010382.

HSL color Cylindrical-coordinate representation of color #0EAD1E: hue angle of 126.04º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAD1E is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB1417330-
CMYK0.9200.830.32
HSL126.04º85.03%36.67%-
HSV(B)126.04º91.91%67.84%-
XYZ15.3630.076.22-
YUV109.1683.3260.13-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.45%
GREEN value IS 173 (67.97% from 255) = 79.72%
BLUE value IS 30 (12.11% from 255) = 13.82%
R=6.45%
G=79.72%
B=13.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14173300.9200.830.32126.0485.0336.67
HexEAD1E5C053207e5525
Octal162553613401234017612545
Binary1110101011011111010111000101001110000011111101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,173,30); }

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

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

 a { background-color: rgb(14,173,30); }

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

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

 span { border-color: rgb(14,173,30); }

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