Html Css Color HEX #AAF280 Feijoa

📋 copy color: '#AAF280'

red 170 ◦ green 242 ◦ blue 128

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

Shades of Feijoa #AAF280

Tints of Feijoa #AAF280

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.81%

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

R = 31.48%
G = 44.81%
B = 23.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#AAF280 (or 0xAAF280) is known color: Feijoa. HEX triplet: AA, F2 and 80. RGB value is (170,242,128). Sum of RGB (Red+Green+Blue) = 170+242+128=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF280 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF280 is #550D7F. Grayscale: #CFCFCF. Windows color (decimal): -5574016 or 8450730. OLE color: 8450730.

HSL color Cylindrical-coordinate representation of color #AAF280: hue angle of 97.89º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAF280 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 242 128 -
CMYK 0.30 0 0.47 0.05
HSL 97.89º 0.81% 0.73% -
HSV(B) 97.89º 0.47% 0.95% -
XYZ 52.23 73.61 31.88 -
YUV 207.48 83.15 101.27 -
System Red Green Blue C M Y K H S L
Decimal 170 242 128 0.30 0 0.47 0.05 97.89 0.81 0.73
Hex AA F2 80 1E 0 2F 5 62 51 49
Octal 252 362 200 36 0 57 5 142 121 111
Binary 10101010 11110010 10000000 11110 0 101111 101 1100010 1010001 1001001

Color Harmonies of #AAF280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF280

Black with #AAF280

Text Example


Text Example

White with #AAF280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF280; }

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

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

background-color css

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

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

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

border-color css

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

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

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