Html Css Color HEX #0E9501 Islamic Green

📋 copy color: '#0E9501'

red 14 ◦ green 149 ◦ blue 1

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

Shades of Islamic Green #0E9501

Tints of Islamic Green #0E9501

RGB

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

 GREEN value IS 149 (58.59% from 255) = 90.85%

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

R = 8.54%
G = 90.85%
B = 0.61%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#0E9501 (or 0x0E9501) is known color: Islamic Green. HEX triplet: 0E, 95 and 01. RGB value is (14,149,1). Sum of RGB (Red+Green+Blue) = 14+149+1=164 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.54% from 164); Green value is 149 (58.59% from 255 or 90.85% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 149 - color contains mainly: green. Hex color #0E9501 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9501 is #F16AFE. Grayscale: #5C5C5C. Windows color (decimal): -15821567 or 103694. OLE color: 103694.

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

Color convert

RGB 14 149 1 -
CMYK 0.91 0 0.99 0.42
HSL 114.73º 0.99% 0.29% -
HSV(B) 114.73º 0.99% 0.58% -
XYZ 10.93 21.59 3.62 -
YUV 91.76 76.77 72.53 -
System Red Green Blue C M Y K H S L
Decimal 14 149 1 0.91 0 0.99 0.42 114.73 0.99 0.29
Hex E 95 1 5B 0 63 2A 73 63 1D
Octal 16 225 1 133 0 143 52 163 143 35
Binary 1110 10010101 1 1011011 0 1100011 101010 1110011 1100011 11101

Color Harmonies of #0E9501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9501

Black with #0E9501

Text Example


Text Example

White with #0E9501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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