Html Css Color HEX #14A790 Persian Green

📋 copy color: '#14A790'

red 20 ◦ green 167 ◦ blue 144

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

Shades of Persian Green #14A790

Tints of Persian Green #14A790

RGB

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

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

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

R = 6.04%
G = 50.45%
B = 43.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#14A790 (or 0x14A790) is known color: Persian Green. HEX triplet: 14, A7 and 90. RGB value is (20,167,144). Sum of RGB (Red+Green+Blue) = 20+167+144=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 167 (65.62% from 255 or 50.45% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 167 - color contains mainly: green. Hex color #14A790 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A790 is #EB586F. Grayscale: #787878. Windows color (decimal): -15423600 or 9479956. OLE color: 9479956.

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

Color convert

RGB 20 167 144 -
CMYK 0.88 0 0.14 0.35
HSL 170.61º 0.79% 0.37% -
HSV(B) 170.61º 0.88% 0.65% -
XYZ 19.14 29.8 31.13 -
YUV 120.43 141.3 56.37 -
System Red Green Blue C M Y K H S L
Decimal 20 167 144 0.88 0 0.14 0.35 170.61 0.79 0.37
Hex 14 A7 90 58 0 E 23 AB 4F 25
Octal 24 247 220 130 0 16 43 253 117 45
Binary 10100 10100111 10010000 1011000 0 1110 100011 10101011 1001111 100101

Color Harmonies of #14A790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A790

Black with #14A790

Text Example


Text Example

White with #14A790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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