Html Css Color HEX #0EAB1D Islamic Green

📋 copy color: '#0EAB1D'

red 14 ◦ green 171 ◦ blue 29

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

Shades of Islamic Green #0EAB1D

Tints of Islamic Green #0EAB1D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 79.91%

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

R = 6.54%
G = 79.91%
B = 13.55%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#0EAB1D (or 0x0EAB1D) is known color: Islamic Green. HEX triplet: 0E, AB and 1D. RGB value is (14,171,29). Sum of RGB (Red+Green+Blue) = 14+171+29=214 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.54% from 214); Green value is 171 (67.19% from 255 or 79.91% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAB1D is #F154E2. Grayscale: #6C6C6C. Windows color (decimal): -15815907 or 1944334. OLE color: 1944334.

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

Color convert

RGB 14 171 29 -
CMYK 0.92 0 0.83 0.33
HSL 125.73º 0.85% 0.36% -
HSV(B) 125.73º 0.92% 0.67% -
XYZ 14.97 29.31 6.03 -
YUV 107.87 83.49 61.05 -
System Red Green Blue C M Y K H S L
Decimal 14 171 29 0.92 0 0.83 0.33 125.73 0.85 0.36
Hex E AB 1D 5C 0 53 21 7E 55 24
Octal 16 253 35 134 0 123 41 176 125 44
Binary 1110 10101011 11101 1011100 0 1010011 100001 1111110 1010101 100100

Color Harmonies of #0EAB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAB1D

Black with #0EAB1D

Text Example


Text Example

White with #0EAB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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