Html Css Color HEX #0EAA1A Islamic Green

📋 copy color: '#0EAA1A'

red 14 ◦ green 170 ◦ blue 26

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

Shades of Islamic Green #0EAA1A

Tints of Islamic Green #0EAA1A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 80.95%

 BLUE value IS 26 (10.55% from 255) = 12.38%

R = 6.67%
G = 80.95%
B = 12.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#0EAA1A (or 0x0EAA1A) is known color: Islamic Green. HEX triplet: 0E, AA and 1A. RGB value is (14,170,26). Sum of RGB (Red+Green+Blue) = 14+170+26=210 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.67% from 210); Green value is 170 (66.80% from 255 or 80.95% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAA1A is #F155E5. Grayscale: #6B6B6B. Windows color (decimal): -15816166 or 1747470. OLE color: 1747470.

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

Color convert

RGB 14 170 26 -
CMYK 0.92 0 0.85 0.33
HSL 124.62º 0.85% 0.36% -
HSV(B) 124.62º 0.92% 0.67% -
XYZ 14.74 28.92 5.78 -
YUV 106.94 82.32 61.71 -
System Red Green Blue C M Y K H S L
Decimal 14 170 26 0.92 0 0.85 0.33 124.62 0.85 0.36
Hex E AA 1A 5C 0 55 21 7D 55 24
Octal 16 252 32 134 0 125 41 175 125 44
Binary 1110 10101010 11010 1011100 0 1010101 100001 1111101 1010101 100100

Color Harmonies of #0EAA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAA1A

Black with #0EAA1A

Text Example


Text Example

White with #0EAA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,170,26); }

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

background-color css

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

 a { background-color: rgb(14,170,26); }

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

border-color css

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

 span { border-color: rgb(14,170,26); }

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