Html Css Color HEX #0EA316 Islamic Green

📋 copy color: '#0EA316'

red 14 ◦ green 163 ◦ blue 22

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

Shades of Islamic Green #0EA316

Tints of Islamic Green #0EA316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.06%

R = 7.04%
G = 81.91%
B = 11.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#0EA316 (or 0x0EA316) is known color: Islamic Green. HEX triplet: 0E, A3 and 16. RGB value is (14,163,22). Sum of RGB (Red+Green+Blue) = 14+163+22=199 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.04% from 199); Green value is 163 (64.06% from 255 or 81.91% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA316 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA316 is #F15CE9. Grayscale: #666666. Windows color (decimal): -15817962 or 1483534. OLE color: 1483534.

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

Color convert

RGB 14 163 22 -
CMYK 0.91 0 0.87 0.36
HSL 123.22º 0.84% 0.35% -
HSV(B) 123.22º 0.91% 0.64% -
XYZ 13.42 26.35 5.14 -
YUV 102.38 82.64 64.96 -
System Red Green Blue C M Y K H S L
Decimal 14 163 22 0.91 0 0.87 0.36 123.22 0.84 0.35
Hex E A3 16 5B 0 57 24 7B 54 23
Octal 16 243 26 133 0 127 44 173 124 43
Binary 1110 10100011 10110 1011011 0 1010111 100100 1111011 1010100 100011

Color Harmonies of #0EA316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA316

Black with #0EA316

Text Example


Text Example

White with #0EA316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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