Html Css Color HEX #05A891 Persian Green

📋 copy color: '#05A891'

red 5 ◦ green 168 ◦ blue 145

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

Shades of Persian Green #05A891

Tints of Persian Green #05A891

RGB

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

 GREEN value IS 168 (66.02% from 255) = 52.83%

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

R = 1.57%
G = 52.83%
B = 45.6%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#05A891 (or 0x05A891) is known color: Persian Green. HEX triplet: 05, A8 and 91. RGB value is (5,168,145). Sum of RGB (Red+Green+Blue) = 5+168+145=318 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 318); Green value is 168 (66.02% from 255 or 52.83% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 168 - color contains mainly: green. Hex color #05A891 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A891 is #FA576E. Grayscale: #747474. Windows color (decimal): -16406383 or 9545733. OLE color: 9545733.

HSL color Cylindrical-coordinate representation of color #05A891: hue angle of 171.53º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A891 is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 5 168 145 -
CMYK 0.97 0 0.14 0.34
HSL 171.53º 0.94% 0.34% -
HSV(B) 171.53º 0.97% 0.66% -
XYZ 19.18 30.08 31.58 -
YUV 116.64 144 48.37 -
System Red Green Blue C M Y K H S L
Decimal 5 168 145 0.97 0 0.14 0.34 171.53 0.94 0.34
Hex 5 A8 91 61 0 E 22 AC 5E 22
Octal 5 250 221 141 0 16 42 254 136 42
Binary 101 10101000 10010001 1100001 0 1110 100010 10101100 1011110 100010

Color Harmonies of #05A891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A891

Black with #05A891

Text Example


Text Example

White with #05A891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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