#10AA92

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

Shades of Persian Green #10AA92

Tints of Persian Green #10AA92

Color information

#10AA92 (or 0x10AA92) is unknown color: approx Persian Green. HEX triplet: 10, AA and 92. RGB value is (16,170,146). Sum of RGB (Red+Green+Blue) = 16+170+146=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AA92 is #EF556D. Grayscale: #797979. Windows color (decimal): -15684974 or 9611792. OLE color: 9611792.

HSL color Cylindrical-coordinate representation of color #10AA92: hue angle of 170.65º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AA92 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB16170146-
CMYK0.9100.140.33
HSL170.65º82.8%36.47%-
HSV(B)170.65º90.59%66.67%-
XYZ19.7830.9332.12-
YUV121.22141.9852.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.82%
GREEN value IS 170 (66.80% from 255) = 51.20%
BLUE value IS 146 (57.42% from 255) = 43.98%
R=4.82%
G=51.20%
B=43.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161701460.9100.140.33170.6582.836.47
Hex10AA925B0E21ab5324
Octal202522221330164125312344
Binary100001010101010010010101101101110100001101010111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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