#14AF97

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

Shades of Persian Green #14AF97

Tints of Persian Green #14AF97

Color information

#14AF97 (or 0x14AF97) is unknown color: approx Persian Green. HEX triplet: 14, AF and 97. RGB value is (20,175,151). Sum of RGB (Red+Green+Blue) = 20+175+151=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #14AF97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AF97 is #EB5068. Grayscale: #7D7D7D. Windows color (decimal): -15421545 or 9940756. OLE color: 9940756.

HSL color Cylindrical-coordinate representation of color #14AF97: hue angle of 170.71º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14AF97 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB20175151-
CMYK0.8900.140.31
HSL170.71º79.49%38.24%-
HSV(B)170.71º88.57%68.63%-
XYZ21.233.0434.54-
YUV125.92142.1552.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.78%
GREEN value IS 175 (68.75% from 255) = 50.58%
BLUE value IS 151 (59.38% from 255) = 43.64%
R=5.78%
G=50.58%
B=43.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal201751510.8900.140.31170.7179.4938.24
Hex14AF97590E1Fab4f26
Octal242572271310163725311746
Binary10100101011111001011110110010111011111101010111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,175,151); }

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

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

 a { background-color: rgb(20,175,151); }

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

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

 span { border-color: rgb(20,175,151); }

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