Html Css Color HEX #14A705 Islamic Green

📋 copy color: '#14A705'

red 20 ◦ green 167 ◦ blue 5

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

Shades of Islamic Green #14A705

Tints of Islamic Green #14A705

RGB

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

 GREEN value IS 167 (65.63% from 255) = 86.98%

 BLUE value IS 5 (2.34% from 255) = 2.6%

R = 10.42%
G = 86.98%
B = 2.6%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#14A705 (or 0x14A705) is known color: Islamic Green. HEX triplet: 14, A7 and 05. RGB value is (20,167,5). Sum of RGB (Red+Green+Blue) = 20+167+5=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 167 (65.62% from 255 or 86.98% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 167 - color contains mainly: green. Hex color #14A705 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14A705 is #EB58FA. Grayscale: #696969. Windows color (decimal): -15423739 or 370452. OLE color: 370452.

HSL color Cylindrical-coordinate representation of color #14A705: hue angle of 114.44º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #14A705 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 167 5 -
CMYK 0.88 0 0.97 0.35
HSL 114.44º 0.94% 0.34% -
HSV(B) 114.44º 0.97% 0.65% -
XYZ 14.13 27.8 4.76 -
YUV 104.58 71.8 67.67 -
System Red Green Blue C M Y K H S L
Decimal 20 167 5 0.88 0 0.97 0.35 114.44 0.94 0.34
Hex 14 A7 5 58 0 61 23 72 5E 22
Octal 24 247 5 130 0 141 43 162 136 42
Binary 10100 10100111 101 1011000 0 1100001 100011 1110010 1011110 100010

Color Harmonies of #14A705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A705

Black with #14A705

Text Example


Text Example

White with #14A705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,167,5); }

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

background-color css

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

 a { background-color: rgb(20,167,5); }

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

border-color css

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

 span { border-color: rgb(20,167,5); }

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