Html Css Color HEX #14AC99 Persian Green

📋 copy color: '#14AC99'

red 20 ◦ green 172 ◦ blue 153

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

Shades of Persian Green #14AC99

Tints of Persian Green #14AC99

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.86%

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

R = 5.8%
G = 49.86%
B = 44.35%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#14AC99 (or 0x14AC99) is known color: Persian Green. HEX triplet: 14, AC and 99. RGB value is (20,172,153). Sum of RGB (Red+Green+Blue) = 20+172+153=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AC99 is #EB5366. Grayscale: #7C7C7C. Windows color (decimal): -15422311 or 10071060. OLE color: 10071060.

HSL color Cylindrical-coordinate representation of color #14AC99: hue angle of 172.5º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AC99 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 172 153 -
CMYK 0.88 0 0.11 0.33
HSL 172.5º 0.79% 0.38% -
HSV(B) 172.5º 0.88% 0.67% -
XYZ 20.79 31.95 35.21 -
YUV 124.39 144.14 53.54 -
System Red Green Blue C M Y K H S L
Decimal 20 172 153 0.88 0 0.11 0.33 172.5 0.79 0.38
Hex 14 AC 99 58 0 B 21 AC 4F 26
Octal 24 254 231 130 0 13 41 254 117 46
Binary 10100 10101100 10011001 1011000 0 1011 100001 10101100 1001111 100110

Color Harmonies of #14AC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AC99

Black with #14AC99

Text Example


Text Example

White with #14AC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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