Html Css Color HEX #AAF880 Feijoa

📋 copy color: '#AAF880'

red 170 ◦ green 248 ◦ blue 128

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

Shades of Feijoa #AAF880

Tints of Feijoa #AAF880

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.42%

 BLUE value IS 128 (50.39% from 255) = 23.44%

R = 31.14%
G = 45.42%
B = 23.44%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#AAF880 (or 0xAAF880) is known color: Feijoa. HEX triplet: AA, F8 and 80. RGB value is (170,248,128). Sum of RGB (Red+Green+Blue) = 170+248+128=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 248 (97.27% from 255 or 45.42% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF880 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF880 is #55077F. Grayscale: #D3D3D3. Windows color (decimal): -5572480 or 8452266. OLE color: 8452266.

HSL color Cylindrical-coordinate representation of color #AAF880: hue angle of 99º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAF880 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 248 128 -
CMYK 0.31 0 0.48 0.03
HSL 99º 0.9% 0.74% -
HSV(B) 99º 0.48% 0.97% -
XYZ 54.04 77.24 32.48 -
YUV 211 81.16 98.76 -
System Red Green Blue C M Y K H S L
Decimal 170 248 128 0.31 0 0.48 0.03 99 0.9 0.74
Hex AA F8 80 1F 0 30 3 63 5A 4A
Octal 252 370 200 37 0 60 3 143 132 112
Binary 10101010 11111000 10000000 11111 0 110000 11 1100011 1011010 1001010

Color Harmonies of #AAF880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF880

Black with #AAF880

Text Example


Text Example

White with #AAF880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF880; }

 p { color: rgb(170,248,128); }

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

background-color css

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

 a { background-color: rgb(170,248,128); }

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

border-color css

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

 span { border-color: rgb(170,248,128); }

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