Html Css Color HEX #14A005 Islamic Green

📋 copy color: '#14A005'

red 20 ◦ green 160 ◦ blue 5

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

Shades of Islamic Green #14A005

Tints of Islamic Green #14A005

RGB

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

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

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

R = 10.81%
G = 86.49%
B = 2.7%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#14A005 (or 0x14A005) is known color: Islamic Green. HEX triplet: 14, A0 and 05. RGB value is (20,160,5). Sum of RGB (Red+Green+Blue) = 20+160+5=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 160 (62.89% from 255 or 86.49% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 160 - color contains mainly: green. Hex color #14A005 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14A005 is #EB5FFA. Grayscale: #646464. Windows color (decimal): -15425531 or 368660. OLE color: 368660.

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

Color convert

RGB 20 160 5 -
CMYK 0.88 0 0.97 0.37
HSL 114.19º 0.94% 0.32% -
HSV(B) 114.19º 0.97% 0.63% -
XYZ 12.89 25.3 4.35 -
YUV 100.47 74.12 70.6 -
System Red Green Blue C M Y K H S L
Decimal 20 160 5 0.88 0 0.97 0.37 114.19 0.94 0.32
Hex 14 A0 5 58 0 61 25 72 5E 20
Octal 24 240 5 130 0 141 45 162 136 40
Binary 10100 10100000 101 1011000 0 1100001 100101 1110010 1011110 100000

Color Harmonies of #14A005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A005

Black with #14A005

Text Example


Text Example

White with #14A005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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