#AAAF98

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

Shades of Green Spring #AAAF98

Tints of Green Spring #AAAF98

Color information

#AAAF98 (or 0xAAAF98) is unknown color: approx Green Spring. HEX triplet: AA, AF and 98. RGB value is (170,175,152). Sum of RGB (Red+Green+Blue) = 170+175+152=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF98 is #555067. Grayscale: #AAAAAA. Windows color (decimal): -5591144 or 10006442. OLE color: 10006442.

HSL color Cylindrical-coordinate representation of color #AAAF98: hue angle of 73.04º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAAF98 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB170175152-
CMYK0.0300.130.31
HSL73.04º12.57%64.12%-
HSV(B)73.04º13.14%68.63%-
XYZ37.5841.4735.73-
YUV170.88117.34127.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 152 (59.77% from 255) = 30.58%
R=34.21%
G=35.21%
B=30.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701751520.0300.130.3173.0412.5764.12
HexAAAF9830D1F49d40
Octal25225723030153711115100
Binary101010101010111110011000110110111111100100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF98; }

 p { color: rgb(170,175,152); }

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

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

 a { background-color: rgb(170,175,152); }

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

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

 span { border-color: rgb(170,175,152); }

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