Html Css Color HEX #AAF86E Feijoa

📋 copy color: '#AAF86E'

red 170 ◦ green 248 ◦ blue 110

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

Shades of Feijoa #AAF86E

Tints of Feijoa #AAF86E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.83%

R = 32.2%
G = 46.97%
B = 20.83%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#AAF86E (or 0xAAF86E) is known color: Feijoa. HEX triplet: AA, F8 and 6E. RGB value is (170,248,110). Sum of RGB (Red+Green+Blue) = 170+248+110=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF86E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF86E is #550791. Grayscale: #D1D1D1. Windows color (decimal): -5572498 or 7272618. OLE color: 7272618.

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

Color convert

RGB 170 248 110 -
CMYK 0.31 0 0.56 0.03
HSL 93.91º 0.91% 0.7% -
HSV(B) 93.91º 0.56% 0.97% -
XYZ 52.96 76.81 26.79 -
YUV 208.95 72.16 100.22 -
System Red Green Blue C M Y K H S L
Decimal 170 248 110 0.31 0 0.56 0.03 93.91 0.91 0.7
Hex AA F8 6E 1F 0 38 3 5E 5B 46
Octal 252 370 156 37 0 70 3 136 133 106
Binary 10101010 11111000 1101110 11111 0 111000 11 1011110 1011011 1000110

Color Harmonies of #AAF86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF86E

Black with #AAF86E

Text Example


Text Example

White with #AAF86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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