Html Css Color HEX #0E9514 Islamic Green

📋 copy color: '#0E9514'

red 14 ◦ green 149 ◦ blue 20

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

Shades of Islamic Green #0E9514

Tints of Islamic Green #0E9514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.93%

R = 7.65%
G = 81.42%
B = 10.93%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#0E9514 (or 0x0E9514) is known color: Islamic Green. HEX triplet: 0E, 95 and 14. RGB value is (14,149,20). Sum of RGB (Red+Green+Blue) = 14+149+20=183 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.65% from 183); Green value is 149 (58.59% from 255 or 81.42% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 149 - color contains mainly: green. Hex color #0E9514 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9514 is #F16AEB. Grayscale: #5E5E5E. Windows color (decimal): -15821548 or 1348878. OLE color: 1348878.

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

Color convert

RGB 14 149 20 -
CMYK 0.91 0 0.87 0.42
HSL 122.67º 0.83% 0.32% -
HSV(B) 122.67º 0.91% 0.58% -
XYZ 11.05 21.64 4.26 -
YUV 93.93 86.27 70.99 -
System Red Green Blue C M Y K H S L
Decimal 14 149 20 0.91 0 0.87 0.42 122.67 0.83 0.32
Hex E 95 14 5B 0 57 2A 7B 53 20
Octal 16 225 24 133 0 127 52 173 123 40
Binary 1110 10010101 10100 1011011 0 1010111 101010 1111011 1010011 100000

Color Harmonies of #0E9514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9514

Black with #0E9514

Text Example


Text Example

White with #0E9514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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