Html Css Color HEX #0E9414 Islamic Green

📋 copy color: '#0E9414'

red 14 ◦ green 148 ◦ blue 20

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

Shades of Islamic Green #0E9414

Tints of Islamic Green #0E9414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 81.32%

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

R = 7.69%
G = 81.32%
B = 10.99%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#0E9414 (or 0x0E9414) is known color: Islamic Green. HEX triplet: 0E, 94 and 14. RGB value is (14,148,20). Sum of RGB (Red+Green+Blue) = 14+148+20=182 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.69% from 182); Green value is 148 (58.20% from 255 or 81.32% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 148 - color contains mainly: green. Hex color #0E9414 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9414 is #F16BEB. Grayscale: #5D5D5D. Windows color (decimal): -15821804 or 1348622. OLE color: 1348622.

HSL color Cylindrical-coordinate representation of color #0E9414: hue angle of 122.69º 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 #0E9414 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 148 20 -
CMYK 0.91 0 0.86 0.42
HSL 122.69º 0.83% 0.32% -
HSV(B) 122.69º 0.91% 0.58% -
XYZ 10.9 21.32 4.2 -
YUV 93.34 86.61 71.41 -
System Red Green Blue C M Y K H S L
Decimal 14 148 20 0.91 0 0.86 0.42 122.69 0.83 0.32
Hex E 94 14 5B 0 56 2A 7B 53 20
Octal 16 224 24 133 0 126 52 173 123 40
Binary 1110 10010100 10100 1011011 0 1010110 101010 1111011 1010011 100000

Color Harmonies of #0E9414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9414

Black with #0E9414

Text Example


Text Example

White with #0E9414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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