Html Css Color HEX #0EAC00 Islamic Green

📋 copy color: '#0EAC00'

red 14 ◦ green 172 ◦ blue 0

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

Shades of Islamic Green #0EAC00

Tints of Islamic Green #0EAC00

RGB

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

 GREEN value IS 172 (67.58% from 255) = 92.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 7.53%
G = 92.47%
B = 0%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#0EAC00 (or 0x0EAC00) is known color: Islamic Green. HEX triplet: 0E, AC and 00. RGB value is (14,172,0). Sum of RGB (Red+Green+Blue) = 14+172+0=186 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.53% from 186); Green value is 172 (67.58% from 255 or 92.47% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAC00 is #F153FF. Grayscale: #696969. Windows color (decimal): -15815680 or 44046. OLE color: 44046.

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

Color convert

RGB 14 172 0 -
CMYK 0.92 0 1 0.33
HSL 115.12º 1% 0.34% -
HSV(B) 115.12º 1% 0.67% -
XYZ 14.93 29.6 4.93 -
YUV 105.15 68.65 62.99 -
System Red Green Blue C M Y K H S L
Decimal 14 172 0 0.92 0 1 0.33 115.12 1 0.34
Hex E AC 0 5C 0 64 21 73 64 22
Octal 16 254 0 134 0 144 41 163 144 42
Binary 1110 10101100 0 1011100 0 1100100 100001 1110011 1100100 100010

Color Harmonies of #0EAC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAC00

Black with #0EAC00

Text Example


Text Example

White with #0EAC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,172,0); }

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

background-color css

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

 a { background-color: rgb(14,172,0); }

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

border-color css

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

 span { border-color: rgb(14,172,0); }

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