Html Css Color HEX #0E9F05 Islamic Green

📋 copy color: '#0E9F05'

red 14 ◦ green 159 ◦ blue 5

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

Shades of Islamic Green #0E9F05

Tints of Islamic Green #0E9F05

RGB

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

 GREEN value IS 159 (62.5% from 255) = 89.33%

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

R = 7.87%
G = 89.33%
B = 2.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#0E9F05 (or 0x0E9F05) is known color: Islamic Green. HEX triplet: 0E, 9F and 05. RGB value is (14,159,5). Sum of RGB (Red+Green+Blue) = 14+159+5=178 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.87% from 178); Green value is 159 (62.5% from 255 or 89.33% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9F05 is #F160FA. Grayscale: #626262. Windows color (decimal): -15819003 or 368398. OLE color: 368398.

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

Color convert

RGB 14 159 5 -
CMYK 0.91 0 0.97 0.38
HSL 116.49º 0.94% 0.32% -
HSV(B) 116.49º 0.97% 0.62% -
XYZ 12.61 24.9 4.29 -
YUV 98.09 75.46 68.02 -
System Red Green Blue C M Y K H S L
Decimal 14 159 5 0.91 0 0.97 0.38 116.49 0.94 0.32
Hex E 9F 5 5B 0 61 26 74 5E 20
Octal 16 237 5 133 0 141 46 164 136 40
Binary 1110 10011111 101 1011011 0 1100001 100110 1110100 1011110 100000

Color Harmonies of #0E9F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9F05

Black with #0E9F05

Text Example


Text Example

White with #0E9F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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