Html Css Color HEX #149001 Islamic Green

📋 copy color: '#149001'

red 20 ◦ green 144 ◦ blue 1

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

Shades of Islamic Green #149001

Tints of Islamic Green #149001

RGB

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

 GREEN value IS 144 (56.64% from 255) = 87.27%

 BLUE value IS 1 (0.78% from 255) = 0.61%

R = 12.12%
G = 87.27%
B = 0.61%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#149001 (or 0x149001) is known color: Islamic Green. HEX triplet: 14, 90 and 01. RGB value is (20,144,1). Sum of RGB (Red+Green+Blue) = 20+144+1=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 144 (56.64% from 255 or 87.27% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 144 - color contains mainly: green. Hex color #149001 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149001 is #EB6FFE. Grayscale: #5B5B5B. Windows color (decimal): -15429631 or 102420. OLE color: 102420.

HSL color Cylindrical-coordinate representation of color #149001: hue angle of 112.03º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #149001 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 144 1 -
CMYK 0.86 0 0.99 0.44
HSL 112.03º 0.99% 0.28% -
HSV(B) 112.03º 0.99% 0.56% -
XYZ 10.27 20.1 3.37 -
YUV 90.62 77.42 77.63 -
System Red Green Blue C M Y K H S L
Decimal 20 144 1 0.86 0 0.99 0.44 112.03 0.99 0.28
Hex 14 90 1 56 0 63 2C 70 63 1C
Octal 24 220 1 126 0 143 54 160 143 34
Binary 10100 10010000 1 1010110 0 1100011 101100 1110000 1100011 11100

Color Harmonies of #149001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149001

Black with #149001

Text Example


Text Example

White with #149001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149001; }

 p { color: rgb(20,144,1); }

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

background-color css

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

 a { background-color: rgb(20,144,1); }

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

border-color css

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

 span { border-color: rgb(20,144,1); }

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