Html Css Color HEX #0EAE1D Islamic Green

📋 copy color: '#0EAE1D'

red 14 ◦ green 174 ◦ blue 29

#0EAE1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #0EAE1D

Tints of Islamic Green #0EAE1D

RGB

 RED value IS 14 (5.86% from 255) = 6.45%

 GREEN value IS 174 (68.36% from 255) = 80.18%

 BLUE value IS 29 (11.72% from 255) = 13.36%

R = 6.45%
G = 80.18%
B = 13.36%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#0EAE1D (or 0x0EAE1D) is known color: Islamic Green. HEX triplet: 0E, AE and 1D. RGB value is (14,174,29). Sum of RGB (Red+Green+Blue) = 14+174+29=217 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.45% from 217); Green value is 174 (68.36% from 255 or 80.18% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAE1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAE1D is #F151E2. Grayscale: #6E6E6E. Windows color (decimal): -15815139 or 1945102. OLE color: 1945102.

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

Color convert

RGB 14 174 29 -
CMYK 0.92 0 0.83 0.32
HSL 125.63º 0.85% 0.37% -
HSV(B) 125.63º 0.92% 0.68% -
XYZ 15.54 30.45 6.22 -
YUV 109.63 82.49 59.79 -
System Red Green Blue C M Y K H S L
Decimal 14 174 29 0.92 0 0.83 0.32 125.63 0.85 0.37
Hex E AE 1D 5C 0 53 20 7E 55 25
Octal 16 256 35 134 0 123 40 176 125 45
Binary 1110 10101110 11101 1011100 0 1010011 100000 1111110 1010101 100101

Color Harmonies of #0EAE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAE1D

Black with #0EAE1D

Text Example


Text Example

White with #0EAE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EAE1D;
 }
 .AnyTagClassName
 {
   color: #0EAE1D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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