Html Css Color HEX #14A001 Islamic Green

📋 copy color: '#14A001'

red 20 ◦ green 160 ◦ blue 1

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

Shades of Islamic Green #14A001

Tints of Islamic Green #14A001

RGB

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

 GREEN value IS 160 (62.89% from 255) = 88.4%

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

R = 11.05%
G = 88.4%
B = 0.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#14A001 (or 0x14A001) is known color: Islamic Green. HEX triplet: 14, A0 and 01. RGB value is (20,160,1). Sum of RGB (Red+Green+Blue) = 20+160+1=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 160 (62.89% from 255 or 88.40% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 160 - color contains mainly: green. Hex color #14A001 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14A001 is #EB5FFE. Grayscale: #646464. Windows color (decimal): -15425535 or 106516. OLE color: 106516.

HSL color Cylindrical-coordinate representation of color #14A001: hue angle of 112.83º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14A001 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 20 160 1 -
CMYK 0.88 0 0.99 0.37
HSL 112.83º 0.99% 0.32% -
HSV(B) 112.83º 0.99% 0.63% -
XYZ 12.86 25.29 4.23 -
YUV 100.01 72.12 70.93 -
System Red Green Blue C M Y K H S L
Decimal 20 160 1 0.88 0 0.99 0.37 112.83 0.99 0.32
Hex 14 A0 1 58 0 63 25 71 63 20
Octal 24 240 1 130 0 143 45 161 143 40
Binary 10100 10100000 1 1011000 0 1100011 100101 1110001 1100011 100000

Color Harmonies of #14A001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A001

Black with #14A001

Text Example


Text Example

White with #14A001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14A001; }

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

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

background-color css

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

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

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

border-color css

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

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

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