Html Css Color HEX #0EA31A Islamic Green

📋 copy color: '#0EA31A'

red 14 ◦ green 163 ◦ blue 26

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

Shades of Islamic Green #0EA31A

Tints of Islamic Green #0EA31A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.81%

R = 6.9%
G = 80.3%
B = 12.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#0EA31A (or 0x0EA31A) is known color: Islamic Green. HEX triplet: 0E, A3 and 1A. RGB value is (14,163,26). Sum of RGB (Red+Green+Blue) = 14+163+26=203 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.90% from 203); Green value is 163 (64.06% from 255 or 80.30% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA31A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA31A is #F15CE5. Grayscale: #676767. Windows color (decimal): -15817958 or 1745678. OLE color: 1745678.

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

Color convert

RGB 14 163 26 -
CMYK 0.91 0 0.84 0.36
HSL 124.83º 0.84% 0.35% -
HSV(B) 124.83º 0.91% 0.64% -
XYZ 13.46 26.36 5.36 -
YUV 102.83 84.64 64.64 -
System Red Green Blue C M Y K H S L
Decimal 14 163 26 0.91 0 0.84 0.36 124.83 0.84 0.35
Hex E A3 1A 5B 0 54 24 7D 54 23
Octal 16 243 32 133 0 124 44 175 124 43
Binary 1110 10100011 11010 1011011 0 1010100 100100 1111101 1010100 100011

Color Harmonies of #0EA31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA31A

Black with #0EA31A

Text Example


Text Example

White with #0EA31A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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