#0EAD1D

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

Shades of Islamic Green #0EAD1D

Tints of Islamic Green #0EAD1D

Color information

#0EAD1D (or 0x0EAD1D) is unknown color: approx Islamic Green. HEX triplet: 0E, AD and 1D. RGB value is (14,173,29). Sum of RGB (Red+Green+Blue) = 14+173+29=216 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.48% from 216); Green value is 173 (67.97% from 255 or 80.09% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAD1D is #F152E2. Grayscale: #6D6D6D. Windows color (decimal): -15815395 or 1944846. OLE color: 1944846.

HSL color Cylindrical-coordinate representation of color #0EAD1D: hue angle of 125.66º 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 #0EAD1D is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB1417329-
CMYK0.9200.830.32
HSL125.66º85.03%36.67%-
HSV(B)125.66º91.91%67.84%-
XYZ15.3530.076.16-
YUV109.0482.8260.21-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.48%
GREEN value IS 173 (67.97% from 255) = 80.09%
BLUE value IS 29 (11.72% from 255) = 13.43%
R=6.48%
G=80.09%
B=13.43%

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
Decimal14173290.9200.830.32125.6685.0336.67
HexEAD1D5C053207e5525
Octal162553513401234017612545
Binary1110101011011110110111000101001110000011111101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAD1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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