Html Css Color HEX #0EA305 Islamic Green

📋 copy color: '#0EA305'

red 14 ◦ green 163 ◦ blue 5

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

Shades of Islamic Green #0EA305

Tints of Islamic Green #0EA305

RGB

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

 GREEN value IS 163 (64.06% from 255) = 89.56%

 BLUE value IS 5 (2.34% from 255) = 2.75%

R = 7.69%
G = 89.56%
B = 2.75%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#0EA305 (or 0x0EA305) is known color: Islamic Green. HEX triplet: 0E, A3 and 05. RGB value is (14,163,5). Sum of RGB (Red+Green+Blue) = 14+163+5=182 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.69% from 182); Green value is 163 (64.06% from 255 or 89.56% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA305 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA305 is #F15CFA. Grayscale: #646464. Windows color (decimal): -15817979 or 369422. OLE color: 369422.

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

Color convert

RGB 14 163 5 -
CMYK 0.91 0 0.97 0.36
HSL 116.58º 0.94% 0.33% -
HSV(B) 116.58º 0.97% 0.64% -
XYZ 13.31 26.3 4.52 -
YUV 100.44 74.14 66.35 -
System Red Green Blue C M Y K H S L
Decimal 14 163 5 0.91 0 0.97 0.36 116.58 0.94 0.33
Hex E A3 5 5B 0 61 24 75 5E 21
Octal 16 243 5 133 0 141 44 165 136 41
Binary 1110 10100011 101 1011011 0 1100001 100100 1110101 1011110 100001

Color Harmonies of #0EA305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA305

Black with #0EA305

Text Example


Text Example

White with #0EA305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,163,5); }

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

background-color css

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

 a { background-color: rgb(14,163,5); }

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

border-color css

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

 span { border-color: rgb(14,163,5); }

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