Html Css Color HEX #05A497 Persian Green

📋 copy color: '#05A497'

red 5 ◦ green 164 ◦ blue 151

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

Shades of Persian Green #05A497

Tints of Persian Green #05A497

RGB

 RED value IS 5 (2.34% from 255) = 1.56%

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

 BLUE value IS 151 (59.38% from 255) = 47.19%

R = 1.56%
G = 51.25%
B = 47.19%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#05A497 (or 0x05A497) is known color: Persian Green. HEX triplet: 05, A4 and 97. RGB value is (5,164,151). Sum of RGB (Red+Green+Blue) = 5+164+151=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 164 (64.45% from 255 or 51.25% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 164 - color contains mainly: green. Hex color #05A497 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A497 is #FA5B68. Grayscale: #727272. Windows color (decimal): -16407401 or 9937925. OLE color: 9937925.

HSL color Cylindrical-coordinate representation of color #05A497: hue angle of 175.09º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A497 is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 164 151 -
CMYK 0.97 0 0.08 0.36
HSL 175.09º 0.94% 0.33% -
HSV(B) 175.09º 0.97% 0.64% -
XYZ 18.92 28.82 33.84 -
YUV 114.98 148.32 49.56 -
System Red Green Blue C M Y K H S L
Decimal 5 164 151 0.97 0 0.08 0.36 175.09 0.94 0.33
Hex 5 A4 97 61 0 8 24 AF 5E 21
Octal 5 244 227 141 0 10 44 257 136 41
Binary 101 10100100 10010111 1100001 0 1000 100100 10101111 1011110 100001

Color Harmonies of #05A497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A497

Black with #05A497

Text Example


Text Example

White with #05A497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05A497; }

 p { color: rgb(5,164,151); }

 H1.HeaderClassName
 {
   color: #05A497;
 }
 .AnyTagClassName
 {
   color: #05A497;
 }
</style>

background-color css

<style>
 a { background-color: #05A497; }

 a { background-color: rgb(5,164,151); }

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

border-color css

<style>
 span { border-color: #05A497; }

 span { border-color: rgb(5,164,151); }

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