Html Css Color HEX #0E9001 Islamic Green

📋 copy color: '#0E9001'

red 14 ◦ green 144 ◦ blue 1

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

Shades of Islamic Green #0E9001

Tints of Islamic Green #0E9001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 8.81%
G = 90.57%
B = 0.63%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#0E9001 (or 0x0E9001) is known color: Islamic Green. HEX triplet: 0E, 90 and 01. RGB value is (14,144,1). Sum of RGB (Red+Green+Blue) = 14+144+1=159 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.81% from 159); Green value is 144 (56.64% from 255 or 90.57% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 144 - color contains mainly: green. Hex color #0E9001 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9001 is #F16FFE. Grayscale: #595959. Windows color (decimal): -15822847 or 102414. OLE color: 102414.

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

Color convert

RGB 14 144 1 -
CMYK 0.90 0 0.99 0.44
HSL 114.55º 0.99% 0.28% -
HSV(B) 114.55º 0.99% 0.56% -
XYZ 10.16 20.04 3.36 -
YUV 88.83 78.43 74.63 -
System Red Green Blue C M Y K H S L
Decimal 14 144 1 0.90 0 0.99 0.44 114.55 0.99 0.28
Hex E 90 1 5A 0 63 2C 73 63 1C
Octal 16 220 1 132 0 143 54 163 143 34
Binary 1110 10010000 1 1011010 0 1100011 101100 1110011 1100011 11100

Color Harmonies of #0E9001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9001

Black with #0E9001

Text Example


Text Example

White with #0E9001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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