Html Css Color HEX #0E9005 Islamic Green

📋 copy color: '#0E9005'

red 14 ◦ green 144 ◦ blue 5

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

Shades of Islamic Green #0E9005

Tints of Islamic Green #0E9005

RGB

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

 GREEN value IS 144 (56.64% from 255) = 88.34%

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

R = 8.59%
G = 88.34%
B = 3.07%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#0E9005 (or 0x0E9005) is known color: Islamic Green. HEX triplet: 0E, 90 and 05. RGB value is (14,144,5). Sum of RGB (Red+Green+Blue) = 14+144+5=163 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.59% from 163); Green value is 144 (56.64% from 255 or 88.34% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 144 - color contains mainly: green. Hex color #0E9005 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9005 is #F16FFA. Grayscale: #595959. Windows color (decimal): -15822843 or 364558. OLE color: 364558.

HSL color Cylindrical-coordinate representation of color #0E9005: hue angle of 116.12º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E9005 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 14 144 5 -
CMYK 0.90 0 0.97 0.44
HSL 116.12º 0.93% 0.29% -
HSV(B) 116.12º 0.97% 0.56% -
XYZ 10.18 20.05 3.48 -
YUV 89.28 80.43 74.3 -
System Red Green Blue C M Y K H S L
Decimal 14 144 5 0.90 0 0.97 0.44 116.12 0.93 0.29
Hex E 90 5 5A 0 61 2C 74 5D 1D
Octal 16 220 5 132 0 141 54 164 135 35
Binary 1110 10010000 101 1011010 0 1100001 101100 1110100 1011101 11101

Color Harmonies of #0E9005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9005

Black with #0E9005

Text Example


Text Example

White with #0E9005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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