Html Css Color HEX #AAAF94 Green Spring

📋 copy color: '#AAAF94'

red 170 ◦ green 175 ◦ blue 148

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

Shades of Green Spring #AAAF94

Tints of Green Spring #AAAF94

RGB

 RED value IS 170 (66.8% from 255) = 34.48%

 GREEN value IS 175 (68.75% from 255) = 35.5%

 BLUE value IS 148 (58.2% from 255) = 30.02%

R = 34.48%
G = 35.5%
B = 30.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AAAF94 (or 0xAAAF94) is known color: Green Spring. HEX triplet: AA, AF and 94. RGB value is (170,175,148). Sum of RGB (Red+Green+Blue) = 170+175+148=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF94 is #55506B. Grayscale: #AAAAAA. Windows color (decimal): -5591148 or 9744298. OLE color: 9744298.

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

Color convert

RGB 170 175 148 -
CMYK 0.03 0 0.15 0.31
HSL 71.11º 0.14% 0.63% -
HSV(B) 71.11º 0.15% 0.69% -
XYZ 37.25 41.34 34.03 -
YUV 170.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 170 175 148 0.03 0 0.15 0.31 71.11 0.14 0.63
Hex AA AF 94 3 0 F 1F 47 E 3F
Octal 252 257 224 3 0 17 37 107 16 77
Binary 10101010 10101111 10010100 11 0 1111 11111 1000111 1110 111111

Color Harmonies of #AAAF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF94

Black with #AAAF94

Text Example


Text Example

White with #AAAF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF94; }

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

 H1.HeaderClassName
 {
   color: #AAAF94;
 }
 .AnyTagClassName
 {
   color: #AAAF94;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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