Html Css Color HEX #13AD98 Persian Green

📋 copy color: '#13AD98'

red 19 ◦ green 173 ◦ blue 152

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

Shades of Persian Green #13AD98

Tints of Persian Green #13AD98

RGB

 RED value IS 19 (7.81% from 255) = 5.52%

 GREEN value IS 173 (67.97% from 255) = 50.29%

 BLUE value IS 152 (59.77% from 255) = 44.19%

R = 5.52%
G = 50.29%
B = 44.19%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#13AD98 (or 0x13AD98) is known color: Persian Green. HEX triplet: 13, AD and 98. RGB value is (19,173,152). Sum of RGB (Red+Green+Blue) = 19+173+152=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AD98 is #EC5267. Grayscale: #7C7C7C. Windows color (decimal): -15487592 or 10005779. OLE color: 10005779.

HSL color Cylindrical-coordinate representation of color #13AD98: hue angle of 171.82º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AD98 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 173 152 -
CMYK 0.89 0 0.12 0.32
HSL 171.82º 0.8% 0.38% -
HSV(B) 171.82º 0.89% 0.68% -
XYZ 20.88 32.29 34.84 -
YUV 124.56 143.48 52.71 -
System Red Green Blue C M Y K H S L
Decimal 19 173 152 0.89 0 0.12 0.32 171.82 0.8 0.38
Hex 13 AD 98 59 0 C 20 AC 50 26
Octal 23 255 230 131 0 14 40 254 120 46
Binary 10011 10101101 10011000 1011001 0 1100 100000 10101100 1010000 100110

Color Harmonies of #13AD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AD98

Black with #13AD98

Text Example


Text Example

White with #13AD98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,173,152); }

 H1.HeaderClassName
 {
   color: #13AD98;
 }
 .AnyTagClassName
 {
   color: #13AD98;
 }
</style>

background-color css

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

 a { background-color: rgb(19,173,152); }

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

border-color css

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

 span { border-color: rgb(19,173,152); }

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