Html Css Color HEX #0EA401 Islamic Green

📋 copy color: '#0EA401'

red 14 ◦ green 164 ◦ blue 1

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

Shades of Islamic Green #0EA401

Tints of Islamic Green #0EA401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.56%

R = 7.82%
G = 91.62%
B = 0.56%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#0EA401 (or 0x0EA401) is known color: Islamic Green. HEX triplet: 0E, A4 and 01. RGB value is (14,164,1). Sum of RGB (Red+Green+Blue) = 14+164+1=179 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.82% from 179); Green value is 164 (64.45% from 255 or 91.62% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 164 - color contains mainly: green. Hex color #0EA401 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA401 is #F15BFE. Grayscale: #656565. Windows color (decimal): -15817727 or 107534. OLE color: 107534.

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

Color convert

RGB 14 164 1 -
CMYK 0.91 0 0.99 0.36
HSL 115.21º 0.99% 0.32% -
HSV(B) 115.21º 0.99% 0.64% -
XYZ 13.46 26.65 4.46 -
YUV 100.57 71.81 66.25 -
System Red Green Blue C M Y K H S L
Decimal 14 164 1 0.91 0 0.99 0.36 115.21 0.99 0.32
Hex E A4 1 5B 0 63 24 73 63 20
Octal 16 244 1 133 0 143 44 163 143 40
Binary 1110 10100100 1 1011011 0 1100011 100100 1110011 1100011 100000

Color Harmonies of #0EA401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA401

Black with #0EA401

Text Example


Text Example

White with #0EA401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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