Html Css Color HEX #AAF786 Feijoa

📋 copy color: '#AAF786'

red 170 ◦ green 247 ◦ blue 134

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

Shades of Feijoa #AAF786

Tints of Feijoa #AAF786

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.83%

 BLUE value IS 134 (52.73% from 255) = 24.32%

R = 30.85%
G = 44.83%
B = 24.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#AAF786 (or 0xAAF786) is known color: Feijoa. HEX triplet: AA, F7 and 86. RGB value is (170,247,134). Sum of RGB (Red+Green+Blue) = 170+247+134=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 247 (96.88% from 255 or 44.83% from 551); Blue value is 134 (52.73% from 255 or 24.32% from 551); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF786 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF786 is #550879. Grayscale: #D3D3D3. Windows color (decimal): -5572730 or 8845226. OLE color: 8845226.

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

Color convert

RGB 170 247 134 -
CMYK 0.31 0 0.46 0.03
HSL 100.89º 0.88% 0.75% -
HSV(B) 100.89º 0.46% 0.97% -
XYZ 54.14 76.79 34.52 -
YUV 211.1 84.49 98.69 -
System Red Green Blue C M Y K H S L
Decimal 170 247 134 0.31 0 0.46 0.03 100.89 0.88 0.75
Hex AA F7 86 1F 0 2E 3 65 58 4B
Octal 252 367 206 37 0 56 3 145 130 113
Binary 10101010 11110111 10000110 11111 0 101110 11 1100101 1011000 1001011

Color Harmonies of #AAF786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF786

Black with #AAF786

Text Example


Text Example

White with #AAF786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF786; }

 p { color: rgb(170,247,134); }

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

background-color css

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

 a { background-color: rgb(170,247,134); }

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

border-color css

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

 span { border-color: rgb(170,247,134); }

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