Html Css Color HEX #13A793 Persian Green

📋 copy color: '#13A793'

red 19 ◦ green 167 ◦ blue 147

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

Shades of Persian Green #13A793

Tints of Persian Green #13A793

RGB

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

 GREEN value IS 167 (65.63% from 255) = 50.15%

 BLUE value IS 147 (57.81% from 255) = 44.14%

R = 5.71%
G = 50.15%
B = 44.14%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#13A793 (or 0x13A793) is known color: Persian Green. HEX triplet: 13, A7 and 93. RGB value is (19,167,147). Sum of RGB (Red+Green+Blue) = 19+167+147=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 167 (65.62% from 255 or 50.15% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 167 - color contains mainly: green. Hex color #13A793 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A793 is #EC586C. Grayscale: #787878. Windows color (decimal): -15489133 or 9676563. OLE color: 9676563.

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

Color convert

RGB 19 167 147 -
CMYK 0.89 0 0.12 0.35
HSL 171.89º 0.8% 0.36% -
HSV(B) 171.89º 0.89% 0.65% -
XYZ 19.35 29.88 32.35 -
YUV 120.47 142.97 55.63 -
System Red Green Blue C M Y K H S L
Decimal 19 167 147 0.89 0 0.12 0.35 171.89 0.8 0.36
Hex 13 A7 93 59 0 C 23 AC 50 24
Octal 23 247 223 131 0 14 43 254 120 44
Binary 10011 10100111 10010011 1011001 0 1100 100011 10101100 1010000 100100

Color Harmonies of #13A793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A793

Black with #13A793

Text Example


Text Example

White with #13A793

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,167,147); }

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

background-color css

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

 a { background-color: rgb(19,167,147); }

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

border-color css

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

 span { border-color: rgb(19,167,147); }

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