Html Css Color HEX #14A490 Persian Green

📋 copy color: '#14A490'

red 20 ◦ green 164 ◦ blue 144

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

Shades of Persian Green #14A490

Tints of Persian Green #14A490

RGB

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

 GREEN value IS 164 (64.45% from 255) = 50%

 BLUE value IS 144 (56.64% from 255) = 43.9%

R = 6.1%
G = 50%
B = 43.9%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#14A490 (or 0x14A490) is known color: Persian Green. HEX triplet: 14, A4 and 90. RGB value is (20,164,144). Sum of RGB (Red+Green+Blue) = 20+164+144=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 164 (64.45% from 255 or 50% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 164 - color contains mainly: green. Hex color #14A490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A490 is #EB5B6F. Grayscale: #767676. Windows color (decimal): -15424368 or 9479188. OLE color: 9479188.

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

Color convert

RGB 20 164 144 -
CMYK 0.88 0 0.12 0.36
HSL 171.67º 0.78% 0.36% -
HSV(B) 171.67º 0.88% 0.64% -
XYZ 18.6 28.71 30.95 -
YUV 118.66 142.29 57.63 -
System Red Green Blue C M Y K H S L
Decimal 20 164 144 0.88 0 0.12 0.36 171.67 0.78 0.36
Hex 14 A4 90 58 0 C 24 AC 4E 24
Octal 24 244 220 130 0 14 44 254 116 44
Binary 10100 10100100 10010000 1011000 0 1100 100100 10101100 1001110 100100

Color Harmonies of #14A490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A490

Black with #14A490

Text Example


Text Example

White with #14A490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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