#13AF99

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

Shades of Persian Green #13AF99

Tints of Persian Green #13AF99

Color information

#13AF99 (or 0x13AF99) is unknown color: approx Persian Green. HEX triplet: 13, AF and 99. RGB value is (19,175,153). Sum of RGB (Red+Green+Blue) = 19+175+153=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AF99 is #EC5066. Grayscale: #7D7D7D. Windows color (decimal): -15487079 or 10071827. OLE color: 10071827.

HSL color Cylindrical-coordinate representation of color #13AF99: hue angle of 171.54º degrees, saturation: 0.8, 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 #13AF99 is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB19175153-
CMYK0.8900.130.31
HSL171.54º80.41%38.04%-
HSV(B)171.54º89.14%68.63%-
XYZ21.3533.135.4-
YUV125.85143.3251.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.48%
GREEN value IS 175 (68.75% from 255) = 50.43%
BLUE value IS 153 (60.16% from 255) = 44.09%
R=5.48%
G=50.43%
B=44.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal191751530.8900.130.31171.5480.4138.04
Hex13AF99590D1Fac5026
Octal232572311310153725412046
Binary10011101011111001100110110010110111111101011001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13AF99; }

 p { color: rgb(19,175,153); }

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

<style>
 a { background-color: #13AF99; }

 a { background-color: rgb(19,175,153); }

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

<style>
 span { border-color: #13AF99; }

 span { border-color: rgb(19,175,153); }

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