Html Css Color HEX #0E9403 Islamic Green

📋 copy color: '#0E9403'

red 14 ◦ green 148 ◦ blue 3

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

Shades of Islamic Green #0E9403

Tints of Islamic Green #0E9403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.82%

R = 8.48%
G = 89.7%
B = 1.82%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#0E9403 (or 0x0E9403) is known color: Islamic Green. HEX triplet: 0E, 94 and 03. RGB value is (14,148,3). Sum of RGB (Red+Green+Blue) = 14+148+3=165 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.48% from 165); Green value is 148 (58.20% from 255 or 89.70% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 148 - color contains mainly: green. Hex color #0E9403 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9403 is #F16BFC. Grayscale: #5B5B5B. Windows color (decimal): -15821821 or 234510. OLE color: 234510.

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

Color convert

RGB 14 148 3 -
CMYK 0.91 0 0.98 0.42
HSL 115.45º 0.96% 0.3% -
HSV(B) 115.45º 0.98% 0.58% -
XYZ 10.79 21.28 3.62 -
YUV 91.4 78.11 72.79 -
System Red Green Blue C M Y K H S L
Decimal 14 148 3 0.91 0 0.98 0.42 115.45 0.96 0.3
Hex E 94 3 5B 0 62 2A 73 60 1E
Octal 16 224 3 133 0 142 52 163 140 36
Binary 1110 10010100 11 1011011 0 1100010 101010 1110011 1100000 11110

Color Harmonies of #0E9403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9403

Black with #0E9403

Text Example


Text Example

White with #0E9403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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