Html Css Color HEX #05AA90 Persian Green

📋 copy color: '#05AA90'

red 5 ◦ green 170 ◦ blue 144

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

Shades of Persian Green #05AA90

Tints of Persian Green #05AA90

RGB

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

 GREEN value IS 170 (66.8% from 255) = 53.29%

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

R = 1.57%
G = 53.29%
B = 45.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#05AA90 (or 0x05AA90) is known color: Persian Green. HEX triplet: 05, AA and 90. RGB value is (5,170,144). Sum of RGB (Red+Green+Blue) = 5+170+144=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #05AA90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AA90 is #FA556F. Grayscale: #757575. Windows color (decimal): -16405872 or 9480709. OLE color: 9480709.

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

Color convert

RGB 5 170 144 -
CMYK 0.97 0 0.15 0.33
HSL 170.55º 0.94% 0.34% -
HSV(B) 170.55º 0.97% 0.67% -
XYZ 19.47 30.8 31.3 -
YUV 117.7 142.84 47.61 -
System Red Green Blue C M Y K H S L
Decimal 5 170 144 0.97 0 0.15 0.33 170.55 0.94 0.34
Hex 5 AA 90 61 0 F 21 AB 5E 22
Octal 5 252 220 141 0 17 41 253 136 42
Binary 101 10101010 10010000 1100001 0 1111 100001 10101011 1011110 100010

Color Harmonies of #05AA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AA90

Black with #05AA90

Text Example


Text Example

White with #05AA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,170,144); }

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

background-color css

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

 a { background-color: rgb(5,170,144); }

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

border-color css

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

 span { border-color: rgb(5,170,144); }

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