Html Css Color HEX #149400 Islamic Green

📋 copy color: '#149400'

red 20 ◦ green 148 ◦ blue 0

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

Shades of Islamic Green #149400

Tints of Islamic Green #149400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 11.9%
G = 88.1%
B = 0%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#149400 (or 0x149400) is known color: Islamic Green. HEX triplet: 14, 94 and 00. RGB value is (20,148,0). Sum of RGB (Red+Green+Blue) = 20+148+0=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 148 (58.20% from 255 or 88.10% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 148 - color contains mainly: green. Hex color #149400 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149400 is #EB6BFF. Grayscale: #5D5D5D. Windows color (decimal): -15428608 or 37908. OLE color: 37908.

HSL color Cylindrical-coordinate representation of color #149400: hue angle of 111.89º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #149400 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 148 0 -
CMYK 0.86 0 1 0.42
HSL 111.89º 1% 0.29% -
HSV(B) 111.89º 1% 0.58% -
XYZ 10.88 21.33 3.54 -
YUV 92.86 75.59 76.03 -
System Red Green Blue C M Y K H S L
Decimal 20 148 0 0.86 0 1 0.42 111.89 1 0.29
Hex 14 94 0 56 0 64 2A 70 64 1D
Octal 24 224 0 126 0 144 52 160 144 35
Binary 10100 10010100 0 1010110 0 1100100 101010 1110000 1100100 11101

Color Harmonies of #149400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149400

Black with #149400

Text Example


Text Example

White with #149400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149400; }

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

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

background-color css

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

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

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

border-color css

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

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

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