Html Css Color HEX #05A592 Persian Green

📋 copy color: '#05A592'

red 5 ◦ green 165 ◦ blue 146

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

Shades of Persian Green #05A592

Tints of Persian Green #05A592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.2%

R = 1.58%
G = 52.22%
B = 46.2%

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

#05A592 (or 0x05A592) is known color: Persian Green. HEX triplet: 05, A5 and 92. RGB value is (5,165,146). Sum of RGB (Red+Green+Blue) = 5+165+146=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 165 (64.84% from 255 or 52.22% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 165 - color contains mainly: green. Hex color #05A592 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A592 is #FA5A6D. Grayscale: #727272. Windows color (decimal): -16407150 or 9610501. OLE color: 9610501.

HSL color Cylindrical-coordinate representation of color #05A592: hue angle of 172.88º 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 #05A592 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 5 165 146 -
CMYK 0.97 0 0.12 0.35
HSL 172.88º 0.94% 0.33% -
HSV(B) 172.88º 0.97% 0.65% -
XYZ 18.71 29.02 31.81 -
YUV 114.99 145.49 49.54 -
System Red Green Blue C M Y K H S L
Decimal 5 165 146 0.97 0 0.12 0.35 172.88 0.94 0.33
Hex 5 A5 92 61 0 C 23 AD 5E 21
Octal 5 245 222 141 0 14 43 255 136 41
Binary 101 10100101 10010010 1100001 0 1100 100011 10101101 1011110 100001

Color Harmonies of #05A592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A592

Black with #05A592

Text Example


Text Example

White with #05A592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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