Html Css Color HEX #149403 Islamic Green

📋 copy color: '#149403'

red 20 ◦ green 148 ◦ blue 3

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

Shades of Islamic Green #149403

Tints of Islamic Green #149403

RGB

 RED value IS 20 (8.2% from 255) = 11.7%

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

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

R = 11.7%
G = 86.55%
B = 1.75%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#149403 (or 0x149403) is known color: Islamic Green. HEX triplet: 14, 94 and 03. RGB value is (20,148,3). Sum of RGB (Red+Green+Blue) = 20+148+3=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 148 (58.20% from 255 or 86.55% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 148 - color contains mainly: green. Hex color #149403 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149403 is #EB6BFC. Grayscale: #5D5D5D. Windows color (decimal): -15428605 or 234516. OLE color: 234516.

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

Color convert

RGB 20 148 3 -
CMYK 0.86 0 0.98 0.42
HSL 112.97º 0.96% 0.3% -
HSV(B) 112.97º 0.98% 0.58% -
XYZ 10.89 21.34 3.63 -
YUV 93.2 77.09 75.79 -
System Red Green Blue C M Y K H S L
Decimal 20 148 3 0.86 0 0.98 0.42 112.97 0.96 0.3
Hex 14 94 3 56 0 62 2A 71 60 1E
Octal 24 224 3 126 0 142 52 161 140 36
Binary 10100 10010100 11 1010110 0 1100010 101010 1110001 1100000 11110

Color Harmonies of #149403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149403

Black with #149403

Text Example


Text Example

White with #149403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149403; }

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

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

background-color css

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

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

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

border-color css

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

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

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