#05AA92

Color #05AA92 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #05AA92

Tints of Persian Green #05AA92

Color information

#05AA92 (or 0x05AA92) is unknown color: approx Persian Green. HEX triplet: 05, AA and 92. RGB value is (5,170,146). Sum of RGB (Red+Green+Blue) = 5+170+146=321 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #05AA92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AA92 is #FA556D. Grayscale: #757575. Windows color (decimal): -16405870 or 9611781. OLE color: 9611781.

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

Color convert

RGB5170146-
CMYK0.9700.140.33
HSL171.27º94.29%34.31%-
HSV(B)171.27º97.06%66.67%-
XYZ19.6330.8632.12-
YUV117.93143.8447.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.56%
GREEN value IS 170 (66.80% from 255) = 52.96%
BLUE value IS 146 (57.42% from 255) = 45.48%
R=1.56%
G=52.96%
B=45.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51701460.9700.140.33171.2794.2934.31
Hex5AA92610E21ab5e22
Octal52522221410164125313642
Binary1011010101010010010110000101110100001101010111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05AA92;
 }
 .AnyTagClassName
 {
   color: #05AA92;
 }
</style>
background-color css

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

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

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

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

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

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