Html Css Color HEX #0E9101 Islamic Green

📋 copy color: '#0E9101'

red 14 ◦ green 145 ◦ blue 1

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

Shades of Islamic Green #0E9101

Tints of Islamic Green #0E9101

RGB

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

 GREEN value IS 145 (57.03% from 255) = 90.63%

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

R = 8.75%
G = 90.63%
B = 0.63%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#0E9101 (or 0x0E9101) is known color: Islamic Green. HEX triplet: 0E, 91 and 01. RGB value is (14,145,1). Sum of RGB (Red+Green+Blue) = 14+145+1=160 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.75% from 160); Green value is 145 (57.03% from 255 or 90.62% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 145 - color contains mainly: green. Hex color #0E9101 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9101 is #F16EFE. Grayscale: #595959. Windows color (decimal): -15822591 or 102670. OLE color: 102670.

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

Color convert

RGB 14 145 1 -
CMYK 0.90 0 0.99 0.43
HSL 114.58º 0.99% 0.29% -
HSV(B) 114.58º 0.99% 0.57% -
XYZ 10.31 20.35 3.41 -
YUV 89.42 78.1 74.21 -
System Red Green Blue C M Y K H S L
Decimal 14 145 1 0.90 0 0.99 0.43 114.58 0.99 0.29
Hex E 91 1 5A 0 63 2B 73 63 1D
Octal 16 221 1 132 0 143 53 163 143 35
Binary 1110 10010001 1 1011010 0 1100011 101011 1110011 1100011 11101

Color Harmonies of #0E9101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9101

Black with #0E9101

Text Example


Text Example

White with #0E9101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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