Html Css Color HEX #14A20D Islamic Green

📋 copy color: '#14A20D'

red 20 ◦ green 162 ◦ blue 13

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

Shades of Islamic Green #14A20D

Tints of Islamic Green #14A20D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 83.08%

 BLUE value IS 13 (5.47% from 255) = 6.67%

R = 10.26%
G = 83.08%
B = 6.67%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#14A20D (or 0x14A20D) is known color: Islamic Green. HEX triplet: 14, A2 and 0D. RGB value is (20,162,13). Sum of RGB (Red+Green+Blue) = 20+162+13=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 162 (63.67% from 255 or 83.08% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 162 - color contains mainly: green. Hex color #14A20D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14A20D is #EB5DF2. Grayscale: #676767. Windows color (decimal): -15425011 or 893460. OLE color: 893460.

HSL color Cylindrical-coordinate representation of color #14A20D: hue angle of 117.18º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14A20D is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 20 162 13 -
CMYK 0.88 0 0.92 0.36
HSL 117.18º 0.85% 0.34% -
HSV(B) 117.18º 0.92% 0.64% -
XYZ 13.28 26.02 4.7 -
YUV 102.56 77.46 69.12 -
System Red Green Blue C M Y K H S L
Decimal 20 162 13 0.88 0 0.92 0.36 117.18 0.85 0.34
Hex 14 A2 D 58 0 5C 24 75 55 22
Octal 24 242 15 130 0 134 44 165 125 42
Binary 10100 10100010 1101 1011000 0 1011100 100100 1110101 1010101 100010

Color Harmonies of #14A20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A20D

Black with #14A20D

Text Example


Text Example

White with #14A20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,162,13); }

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

background-color css

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

 a { background-color: rgb(20,162,13); }

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

border-color css

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

 span { border-color: rgb(20,162,13); }

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