Html Css Color HEX #0E9B16 Islamic Green

📋 copy color: '#0E9B16'

red 14 ◦ green 155 ◦ blue 22

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

Shades of Islamic Green #0E9B16

Tints of Islamic Green #0E9B16

RGB

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

 GREEN value IS 155 (60.94% from 255) = 81.15%

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

R = 7.33%
G = 81.15%
B = 11.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#0E9B16 (or 0x0E9B16) is known color: Islamic Green. HEX triplet: 0E, 9B and 16. RGB value is (14,155,22). Sum of RGB (Red+Green+Blue) = 14+155+22=191 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.33% from 191); Green value is 155 (60.94% from 255 or 81.15% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 155 - color contains mainly: green. Hex color #0E9B16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9B16 is #F164E9. Grayscale: #626262. Windows color (decimal): -15820010 or 1481486. OLE color: 1481486.

HSL color Cylindrical-coordinate representation of color #0E9B16: hue angle of 123.4º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9B16 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 14 155 22 -
CMYK 0.91 0 0.86 0.39
HSL 123.4º 0.83% 0.33% -
HSV(B) 123.4º 0.91% 0.61% -
XYZ 12.05 23.59 4.68 -
YUV 97.68 85.29 68.31 -
System Red Green Blue C M Y K H S L
Decimal 14 155 22 0.91 0 0.86 0.39 123.4 0.83 0.33
Hex E 9B 16 5B 0 56 27 7B 53 21
Octal 16 233 26 133 0 126 47 173 123 41
Binary 1110 10011011 10110 1011011 0 1010110 100111 1111011 1010011 100001

Color Harmonies of #0E9B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9B16

Black with #0E9B16

Text Example


Text Example

White with #0E9B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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