Html Css Color HEX #0EA203 Islamic Green

📋 copy color: '#0EA203'

red 14 ◦ green 162 ◦ blue 3

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

Shades of Islamic Green #0EA203

Tints of Islamic Green #0EA203

RGB

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

 GREEN value IS 162 (63.67% from 255) = 90.5%

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

R = 7.82%
G = 90.5%
B = 1.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#0EA203 (or 0x0EA203) is known color: Islamic Green. HEX triplet: 0E, A2 and 03. RGB value is (14,162,3). Sum of RGB (Red+Green+Blue) = 14+162+3=179 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.82% from 179); Green value is 162 (63.67% from 255 or 90.50% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA203 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA203 is #F15DFC. Grayscale: #646464. Windows color (decimal): -15818237 or 238094. OLE color: 238094.

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

Color convert

RGB 14 162 3 -
CMYK 0.91 0 0.98 0.36
HSL 115.85º 0.96% 0.32% -
HSV(B) 115.85º 0.98% 0.64% -
XYZ 13.12 25.94 4.4 -
YUV 99.62 73.47 66.93 -
System Red Green Blue C M Y K H S L
Decimal 14 162 3 0.91 0 0.98 0.36 115.85 0.96 0.32
Hex E A2 3 5B 0 62 24 74 60 20
Octal 16 242 3 133 0 142 44 164 140 40
Binary 1110 10100010 11 1011011 0 1100010 100100 1110100 1100000 100000

Color Harmonies of #0EA203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA203

Black with #0EA203

Text Example


Text Example

White with #0EA203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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