Html Css Color HEX #14A599 Persian Green

📋 copy color: '#14A599'

red 20 ◦ green 165 ◦ blue 153

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

Shades of Persian Green #14A599

Tints of Persian Green #14A599

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.82%

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

R = 5.92%
G = 48.82%
B = 45.27%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#14A599 (or 0x14A599) is known color: Persian Green. HEX triplet: 14, A5 and 99. RGB value is (20,165,153). Sum of RGB (Red+Green+Blue) = 20+165+153=338 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.92% from 338); Green value is 165 (64.84% from 255 or 48.82% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 165 - color contains mainly: green. Hex color #14A599 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A599 is #EB5A66. Grayscale: #787878. Windows color (decimal): -15424103 or 10069268. OLE color: 10069268.

HSL color Cylindrical-coordinate representation of color #14A599: hue angle of 175.03º 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 #14A599 is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 165 153 -
CMYK 0.88 0 0.07 0.35
HSL 175.03º 0.78% 0.36% -
HSV(B) 175.03º 0.88% 0.65% -
XYZ 19.49 29.36 34.78 -
YUV 120.28 146.46 56.48 -
System Red Green Blue C M Y K H S L
Decimal 20 165 153 0.88 0 0.07 0.35 175.03 0.78 0.36
Hex 14 A5 99 58 0 7 23 AF 4E 24
Octal 24 245 231 130 0 7 43 257 116 44
Binary 10100 10100101 10011001 1011000 0 111 100011 10101111 1001110 100100

Color Harmonies of #14A599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A599

Black with #14A599

Text Example


Text Example

White with #14A599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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