Html Css Color HEX #AAF97A Feijoa

📋 copy color: '#AAF97A'

red 170 ◦ green 249 ◦ blue 122

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

Shades of Feijoa #AAF97A

Tints of Feijoa #AAF97A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.03%

 BLUE value IS 122 (48.05% from 255) = 22.55%

R = 31.42%
G = 46.03%
B = 22.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#AAF97A (or 0xAAF97A) is known color: Feijoa. HEX triplet: AA, F9 and 7A. RGB value is (170,249,122). Sum of RGB (Red+Green+Blue) = 170+249+122=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 122 (48.05% from 255 or 22.55% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF97A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF97A is #550685. Grayscale: #D3D3D3. Windows color (decimal): -5572230 or 8059306. OLE color: 8059306.

HSL color Cylindrical-coordinate representation of color #AAF97A: hue angle of 97.32º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAF97A is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 249 122 -
CMYK 0.32 0 0.51 0.02
HSL 97.32º 0.91% 0.73% -
HSV(B) 97.32º 0.51% 0.98% -
XYZ 53.97 77.7 30.57 -
YUV 210.9 77.83 98.83 -
System Red Green Blue C M Y K H S L
Decimal 170 249 122 0.32 0 0.51 0.02 97.32 0.91 0.73
Hex AA F9 7A 20 0 33 2 61 5B 49
Octal 252 371 172 40 0 63 2 141 133 111
Binary 10101010 11111001 1111010 100000 0 110011 10 1100001 1011011 1001001

Color Harmonies of #AAF97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF97A

Black with #AAF97A

Text Example


Text Example

White with #AAF97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF97A; }

 p { color: rgb(170,249,122); }

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

background-color css

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

 a { background-color: rgb(170,249,122); }

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

border-color css

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

 span { border-color: rgb(170,249,122); }

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