Html Css Color HEX #05A591 Persian Green

📋 copy color: '#05A591'

red 5 ◦ green 165 ◦ blue 145

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

Shades of Persian Green #05A591

Tints of Persian Green #05A591

RGB

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

 GREEN value IS 165 (64.84% from 255) = 52.38%

 BLUE value IS 145 (57.03% from 255) = 46.03%

R = 1.59%
G = 52.38%
B = 46.03%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#05A591 (or 0x05A591) is known color: Persian Green. HEX triplet: 05, A5 and 91. RGB value is (5,165,145). Sum of RGB (Red+Green+Blue) = 5+165+145=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 165 (64.84% from 255 or 52.38% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 165 - color contains mainly: green. Hex color #05A591 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A591 is #FA5A6E. Grayscale: #727272. Windows color (decimal): -16407151 or 9544965. OLE color: 9544965.

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

Color convert

RGB 5 165 145 -
CMYK 0.97 0 0.12 0.35
HSL 172.5º 0.94% 0.33% -
HSV(B) 172.5º 0.97% 0.65% -
XYZ 18.63 28.99 31.4 -
YUV 114.88 144.99 49.63 -
System Red Green Blue C M Y K H S L
Decimal 5 165 145 0.97 0 0.12 0.35 172.5 0.94 0.33
Hex 5 A5 91 61 0 C 23 AC 5E 21
Octal 5 245 221 141 0 14 43 254 136 41
Binary 101 10100101 10010001 1100001 0 1100 100011 10101100 1011110 100001

Color Harmonies of #05A591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A591

Black with #05A591

Text Example


Text Example

White with #05A591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,165,145); }

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

background-color css

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

 a { background-color: rgb(5,165,145); }

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

border-color css

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

 span { border-color: rgb(5,165,145); }

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