Html Css Color HEX #0E9412 Islamic Green

📋 copy color: '#0E9412'

red 14 ◦ green 148 ◦ blue 18

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

Shades of Islamic Green #0E9412

Tints of Islamic Green #0E9412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10%

R = 7.78%
G = 82.22%
B = 10%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#0E9412 (or 0x0E9412) is known color: Islamic Green. HEX triplet: 0E, 94 and 12. RGB value is (14,148,18). Sum of RGB (Red+Green+Blue) = 14+148+18=180 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.78% from 180); Green value is 148 (58.20% from 255 or 82.22% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 148 - color contains mainly: green. Hex color #0E9412 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9412 is #F16BED. Grayscale: #5D5D5D. Windows color (decimal): -15821806 or 1217550. OLE color: 1217550.

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

Color convert

RGB 14 148 18 -
CMYK 0.91 0 0.88 0.42
HSL 121.79º 0.83% 0.32% -
HSV(B) 121.79º 0.91% 0.58% -
XYZ 10.88 21.32 4.11 -
YUV 93.11 85.61 71.57 -
System Red Green Blue C M Y K H S L
Decimal 14 148 18 0.91 0 0.88 0.42 121.79 0.83 0.32
Hex E 94 12 5B 0 58 2A 7A 53 20
Octal 16 224 22 133 0 130 52 172 123 40
Binary 1110 10010100 10010 1011011 0 1011000 101010 1111010 1010011 100000

Color Harmonies of #0E9412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9412

Black with #0E9412

Text Example


Text Example

White with #0E9412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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