Html Css Color HEX #0EA400 Islamic Green

📋 copy color: '#0EA400'

red 14 ◦ green 164 ◦ blue 0

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

Shades of Islamic Green #0EA400

Tints of Islamic Green #0EA400

RGB

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

 GREEN value IS 164 (64.45% from 255) = 92.13%

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

R = 7.87%
G = 92.13%
B = 0%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#0EA400 (or 0x0EA400) is known color: Islamic Green. HEX triplet: 0E, A4 and 00. RGB value is (14,164,0). Sum of RGB (Red+Green+Blue) = 14+164+0=178 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.87% from 178); Green value is 164 (64.45% from 255 or 92.13% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 164 - color contains mainly: green. Hex color #0EA400 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA400 is #F15BFF. Grayscale: #646464. Windows color (decimal): -15817728 or 41998. OLE color: 41998.

HSL color Cylindrical-coordinate representation of color #0EA400: hue angle of 114.88º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0EA400 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 14 164 0 -
CMYK 0.91 0 1 0.36
HSL 114.88º 1% 0.32% -
HSV(B) 114.88º 1% 0.64% -
XYZ 13.46 26.64 4.43 -
YUV 100.45 71.31 66.34 -
System Red Green Blue C M Y K H S L
Decimal 14 164 0 0.91 0 1 0.36 114.88 1 0.32
Hex E A4 0 5B 0 64 24 73 64 20
Octal 16 244 0 133 0 144 44 163 144 40
Binary 1110 10100100 0 1011011 0 1100100 100100 1110011 1100100 100000

Color Harmonies of #0EA400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA400

Black with #0EA400

Text Example


Text Example

White with #0EA400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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