#10A492

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

Shades of Persian Green #10A492

Tints of Persian Green #10A492

Color information

#10A492 (or 0x10A492) is unknown color: approx Persian Green. HEX triplet: 10, A4 and 92. RGB value is (16,164,146). Sum of RGB (Red+Green+Blue) = 16+164+146=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 164 (64.45% from 255 or 50.31% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 164 - color contains mainly: green. Hex color #10A492 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A492 is #EF5B6D. Grayscale: #757575. Windows color (decimal): -15686510 or 9610256. OLE color: 9610256.

HSL color Cylindrical-coordinate representation of color #10A492: hue angle of 172.7º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A492 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB16164146-
CMYK0.9000.110.36
HSL172.7º82.22%35.29%-
HSV(B)172.7º90.24%64.31%-
XYZ18.6828.7431.76-
YUV117.7143.9755.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.91%
GREEN value IS 164 (64.45% from 255) = 50.31%
BLUE value IS 146 (57.42% from 255) = 44.79%
R=4.91%
G=50.31%
B=44.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161641460.9000.110.36172.782.2235.29
Hex10A4925A0B24ad5223
Octal202442221320134425512243
Binary100001010010010010010101101001011100100101011011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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