Html Css Color HEX #15A490 Persian Green

📋 copy color: '#15A490'

red 21 ◦ green 164 ◦ blue 144

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

Shades of Persian Green #15A490

Tints of Persian Green #15A490

RGB

 RED value IS 21 (8.59% from 255) = 6.38%

 GREEN value IS 164 (64.45% from 255) = 49.85%

 BLUE value IS 144 (56.64% from 255) = 43.77%

R = 6.38%
G = 49.85%
B = 43.77%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#15A490 (or 0x15A490) is known color: Persian Green. HEX triplet: 15, A4 and 90. RGB value is (21,164,144). Sum of RGB (Red+Green+Blue) = 21+164+144=329 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.38% from 329); Green value is 164 (64.45% from 255 or 49.85% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 164 - color contains mainly: green. Hex color #15A490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A490 is #EA5B6F. Grayscale: #767676. Windows color (decimal): -15358832 or 9479189. OLE color: 9479189.

HSL color Cylindrical-coordinate representation of color #15A490: hue angle of 171.61º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A490 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 21 164 144 -
CMYK 0.87 0 0.12 0.36
HSL 171.61º 0.77% 0.36% -
HSV(B) 171.61º 0.87% 0.64% -
XYZ 18.62 28.72 30.95 -
YUV 118.96 142.12 58.13 -
System Red Green Blue C M Y K H S L
Decimal 21 164 144 0.87 0 0.12 0.36 171.61 0.77 0.36
Hex 15 A4 90 57 0 C 24 AC 4D 24
Octal 25 244 220 127 0 14 44 254 115 44
Binary 10101 10100100 10010000 1010111 0 1100 100100 10101100 1001101 100100

Color Harmonies of #15A490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A490

Black with #15A490

Text Example


Text Example

White with #15A490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15A490; }

 p { color: rgb(21,164,144); }

 H1.HeaderClassName
 {
   color: #15A490;
 }
 .AnyTagClassName
 {
   color: #15A490;
 }
</style>

background-color css

<style>
 a { background-color: #15A490; }

 a { background-color: rgb(21,164,144); }

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

border-color css

<style>
 span { border-color: #15A490; }

 span { border-color: rgb(21,164,144); }

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