Html Css Color HEX #0EA003 Islamic Green

📋 copy color: '#0EA003'

red 14 ◦ green 160 ◦ blue 3

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

Shades of Islamic Green #0EA003

Tints of Islamic Green #0EA003

RGB

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

 GREEN value IS 160 (62.89% from 255) = 90.4%

 BLUE value IS 3 (1.56% from 255) = 1.69%

R = 7.91%
G = 90.4%
B = 1.69%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#0EA003 (or 0x0EA003) is known color: Islamic Green. HEX triplet: 0E, A0 and 03. RGB value is (14,160,3). Sum of RGB (Red+Green+Blue) = 14+160+3=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 160 (62.89% from 255 or 90.40% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 160 - color contains mainly: green. Hex color #0EA003 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA003 is #F15FFC. Grayscale: #626262. Windows color (decimal): -15818749 or 237582. OLE color: 237582.

HSL color Cylindrical-coordinate representation of color #0EA003: hue angle of 115.8º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0EA003 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 14 160 3 -
CMYK 0.91 0 0.98 0.37
HSL 115.8º 0.96% 0.32% -
HSV(B) 115.8º 0.98% 0.63% -
XYZ 12.77 25.24 4.29 -
YUV 98.45 74.13 67.77 -
System Red Green Blue C M Y K H S L
Decimal 14 160 3 0.91 0 0.98 0.37 115.8 0.96 0.32
Hex E A0 3 5B 0 62 25 74 60 20
Octal 16 240 3 133 0 142 45 164 140 40
Binary 1110 10100000 11 1011011 0 1100010 100101 1110100 1100000 100000

Color Harmonies of #0EA003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA003

Black with #0EA003

Text Example


Text Example

White with #0EA003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,160,3); }

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

background-color css

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

 a { background-color: rgb(14,160,3); }

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

border-color css

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

 span { border-color: rgb(14,160,3); }

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