Html Css Color HEX #0EA302 Islamic Green

📋 copy color: '#0EA302'

red 14 ◦ green 163 ◦ blue 2

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

Shades of Islamic Green #0EA302

Tints of Islamic Green #0EA302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.12%

R = 7.82%
G = 91.06%
B = 1.12%

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

#0EA302 (or 0x0EA302) is known color: Islamic Green. HEX triplet: 0E, A3 and 02. RGB value is (14,163,2). Sum of RGB (Red+Green+Blue) = 14+163+2=179 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.82% from 179); Green value is 163 (64.06% from 255 or 91.06% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA302 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA302 is #F15CFD. Grayscale: #646464. Windows color (decimal): -15817982 or 172814. OLE color: 172814.

HSL color Cylindrical-coordinate representation of color #0EA302: hue angle of 115.53º degrees, saturation: 0.98, 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 #0EA302 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 14 163 2 -
CMYK 0.91 0 0.99 0.36
HSL 115.53º 0.98% 0.32% -
HSV(B) 115.53º 0.99% 0.64% -
XYZ 13.29 26.29 4.43 -
YUV 100.1 72.64 66.59 -
System Red Green Blue C M Y K H S L
Decimal 14 163 2 0.91 0 0.99 0.36 115.53 0.98 0.32
Hex E A3 2 5B 0 63 24 74 62 20
Octal 16 243 2 133 0 143 44 164 142 40
Binary 1110 10100011 10 1011011 0 1100011 100100 1110100 1100010 100000

Color Harmonies of #0EA302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA302

Black with #0EA302

Text Example


Text Example

White with #0EA302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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