Html Css Color HEX #14A699 Persian Green

📋 copy color: '#14A699'

red 20 ◦ green 166 ◦ blue 153

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

Shades of Persian Green #14A699

Tints of Persian Green #14A699

RGB

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

 GREEN value IS 166 (65.23% from 255) = 48.97%

 BLUE value IS 153 (60.16% from 255) = 45.13%

R = 5.9%
G = 48.97%
B = 45.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#14A699 (or 0x14A699) is known color: Persian Green. HEX triplet: 14, A6 and 99. RGB value is (20,166,153). Sum of RGB (Red+Green+Blue) = 20+166+153=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 166 (65.23% from 255 or 48.97% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 166 - color contains mainly: green. Hex color #14A699 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A699 is #EB5966. Grayscale: #787878. Windows color (decimal): -15423847 or 10069524. OLE color: 10069524.

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

Color convert

RGB 20 166 153 -
CMYK 0.88 0 0.08 0.35
HSL 174.66º 0.78% 0.36% -
HSV(B) 174.66º 0.88% 0.65% -
XYZ 19.67 29.72 34.84 -
YUV 120.86 146.13 56.06 -
System Red Green Blue C M Y K H S L
Decimal 20 166 153 0.88 0 0.08 0.35 174.66 0.78 0.36
Hex 14 A6 99 58 0 8 23 AF 4E 24
Octal 24 246 231 130 0 10 43 257 116 44
Binary 10100 10100110 10011001 1011000 0 1000 100011 10101111 1001110 100100

Color Harmonies of #14A699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A699

Black with #14A699

Text Example


Text Example

White with #14A699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,166,153); }

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

background-color css

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

 a { background-color: rgb(20,166,153); }

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

border-color css

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

 span { border-color: rgb(20,166,153); }

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