Html Css Color HEX #0EAE0D Islamic Green

📋 copy color: '#0EAE0D'

red 14 ◦ green 174 ◦ blue 13

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

Shades of Islamic Green #0EAE0D

Tints of Islamic Green #0EAE0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.47%

R = 6.97%
G = 86.57%
B = 6.47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#0EAE0D (or 0x0EAE0D) is known color: Islamic Green. HEX triplet: 0E, AE and 0D. RGB value is (14,174,13). Sum of RGB (Red+Green+Blue) = 14+174+13=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 174 (68.36% from 255 or 86.57% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAE0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAE0D is #F151F2. Grayscale: #6C6C6C. Windows color (decimal): -15815155 or 896526. OLE color: 896526.

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

Color convert

RGB 14 174 13 -
CMYK 0.92 0 0.93 0.32
HSL 119.63º 0.86% 0.37% -
HSV(B) 119.63º 0.93% 0.68% -
XYZ 15.39 30.39 5.44 -
YUV 107.81 74.49 61.09 -
System Red Green Blue C M Y K H S L
Decimal 14 174 13 0.92 0 0.93 0.32 119.63 0.86 0.37
Hex E AE D 5C 0 5D 20 78 56 25
Octal 16 256 15 134 0 135 40 170 126 45
Binary 1110 10101110 1101 1011100 0 1011101 100000 1111000 1010110 100101

Color Harmonies of #0EAE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAE0D

Black with #0EAE0D

Text Example


Text Example

White with #0EAE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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