Html Css Color HEX #0EA81D Islamic Green

📋 copy color: '#0EA81D'

red 14 ◦ green 168 ◦ blue 29

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

Shades of Islamic Green #0EA81D

Tints of Islamic Green #0EA81D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 79.62%

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

R = 6.64%
G = 79.62%
B = 13.74%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#0EA81D (or 0x0EA81D) is known color: Islamic Green. HEX triplet: 0E, A8 and 1D. RGB value is (14,168,29). Sum of RGB (Red+Green+Blue) = 14+168+29=211 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.64% from 211); Green value is 168 (66.02% from 255 or 79.62% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 168 - color contains mainly: green. Hex color #0EA81D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA81D is #F157E2. Grayscale: #6A6A6A. Windows color (decimal): -15816675 or 1943566. OLE color: 1943566.

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

Color convert

RGB 14 168 29 -
CMYK 0.92 0 0.83 0.34
HSL 125.84º 0.85% 0.36% -
HSV(B) 125.84º 0.92% 0.66% -
XYZ 14.41 28.19 5.84 -
YUV 106.11 84.48 62.3 -
System Red Green Blue C M Y K H S L
Decimal 14 168 29 0.92 0 0.83 0.34 125.84 0.85 0.36
Hex E A8 1D 5C 0 53 22 7E 55 24
Octal 16 250 35 134 0 123 42 176 125 44
Binary 1110 10101000 11101 1011100 0 1010011 100010 1111110 1010101 100100

Color Harmonies of #0EA81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA81D

Black with #0EA81D

Text Example


Text Example

White with #0EA81D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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