Html Css Color HEX #AAF66F Feijoa

📋 copy color: '#AAF66F'

red 170 ◦ green 246 ◦ blue 111

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

Shades of Feijoa #AAF66F

Tints of Feijoa #AAF66F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.68%

 BLUE value IS 111 (43.75% from 255) = 21.06%

R = 32.26%
G = 46.68%
B = 21.06%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#AAF66F (or 0xAAF66F) is known color: Feijoa. HEX triplet: AA, F6 and 6F. RGB value is (170,246,111). Sum of RGB (Red+Green+Blue) = 170+246+111=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 246 (96.48% from 255 or 46.68% from 527); Blue value is 111 (43.75% from 255 or 21.06% from 527); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF66F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF66F is #550990. Grayscale: #D0D0D0. Windows color (decimal): -5573009 or 7337642. OLE color: 7337642.

HSL color Cylindrical-coordinate representation of color #AAF66F: hue angle of 93.78º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAF66F is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 246 111 -
CMYK 0.31 0 0.55 0.04
HSL 93.78º 0.88% 0.7% -
HSV(B) 93.78º 0.55% 0.96% -
XYZ 52.4 75.61 26.87 -
YUV 207.89 73.32 100.98 -
System Red Green Blue C M Y K H S L
Decimal 170 246 111 0.31 0 0.55 0.04 93.78 0.88 0.7
Hex AA F6 6F 1F 0 37 4 5E 58 46
Octal 252 366 157 37 0 67 4 136 130 106
Binary 10101010 11110110 1101111 11111 0 110111 100 1011110 1011000 1000110

Color Harmonies of #AAF66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF66F

Black with #AAF66F

Text Example


Text Example

White with #AAF66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF66F; }

 p { color: rgb(170,246,111); }

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

background-color css

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

 a { background-color: rgb(170,246,111); }

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

border-color css

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

 span { border-color: rgb(170,246,111); }

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