#14AA95

Color #14AA95 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #14AA95

Tints of Persian Green #14AA95

Color information

#14AA95 (or 0x14AA95) is unknown color: approx Persian Green. HEX triplet: 14, AA and 95. RGB value is (20,170,149). Sum of RGB (Red+Green+Blue) = 20+170+149=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AA95 is #EB556A. Grayscale: #7A7A7A. Windows color (decimal): -15422827 or 9808404. OLE color: 9808404.

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

Color convert

RGB20170149-
CMYK0.8800.120.33
HSL171.6º78.95%37.25%-
HSV(B)171.6º88.24%66.67%-
XYZ20.0931.0733.37-
YUV122.76142.854.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.90%
GREEN value IS 170 (66.80% from 255) = 50.15%
BLUE value IS 149 (58.59% from 255) = 43.95%
R=5.90%
G=50.15%
B=43.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal201701490.8800.120.33171.678.9537.25
Hex14AA95580C21ac4f25
Octal242522251300144125411745
Binary101001010101010010101101100001100100001101011001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,170,149); }

 H1.HeaderClassName
 {
   color: #14AA95;
 }
 .AnyTagClassName
 {
   color: #14AA95;
 }
</style>
background-color css

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

 a { background-color: rgb(20,170,149); }

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

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

 span { border-color: rgb(20,170,149); }

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