Html Css Color HEX #AAAF98 Green Spring

📋 copy color: '#AAAF98'

red 170 ◦ green 175 ◦ blue 152

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

Shades of Green Spring #AAAF98

Tints of Green Spring #AAAF98

RGB

 RED value IS 170 (66.8% 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 value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AAAF98 (or 0xAAAF98) is known color: 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

RGB 170 175 152 -
CMYK 0.03 0 0.13 0.31
HSL 73.04º 0.13% 0.64% -
HSV(B) 73.04º 0.13% 0.69% -
XYZ 37.58 41.47 35.73 -
YUV 170.88 117.34 127.37 -
System Red Green Blue C M Y K H S L
Decimal 170 175 152 0.03 0 0.13 0.31 73.04 0.13 0.64
Hex AA AF 98 3 0 D 1F 49 D 40
Octal 252 257 230 3 0 15 37 111 15 100
Binary 10101010 10101111 10011000 11 0 1101 11111 1001001 1101 1000000

Color Harmonies of #AAAF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF98

Black with #AAAF98

Text Example


Text Example

White with #AAAF98

Text Example


Text Example

HTML Codes & Css Web 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>