Html Css Color HEX #AAF96F Feijoa

📋 copy color: '#AAF96F'

red 170 ◦ green 249 ◦ blue 111

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

Shades of Feijoa #AAF96F

Tints of Feijoa #AAF96F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.98%

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

R = 32.08%
G = 46.98%
B = 20.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#AAF96F (or 0xAAF96F) is known color: Feijoa. HEX triplet: AA, F9 and 6F. RGB value is (170,249,111). Sum of RGB (Red+Green+Blue) = 170+249+111=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 111 (43.75% from 255 or 20.94% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF96F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF96F is #550690. Grayscale: #D2D2D2. Windows color (decimal): -5572241 or 7338410. OLE color: 7338410.

HSL color Cylindrical-coordinate representation of color #AAF96F: hue angle of 94.35º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAF96F is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 249 111 -
CMYK 0.32 0 0.55 0.02
HSL 94.35º 0.92% 0.71% -
HSV(B) 94.35º 0.55% 0.98% -
XYZ 53.32 77.45 27.18 -
YUV 209.65 72.33 99.72 -
System Red Green Blue C M Y K H S L
Decimal 170 249 111 0.32 0 0.55 0.02 94.35 0.92 0.71
Hex AA F9 6F 20 0 37 2 5E 5C 47
Octal 252 371 157 40 0 67 2 136 134 107
Binary 10101010 11111001 1101111 100000 0 110111 10 1011110 1011100 1000111

Color Harmonies of #AAF96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF96F

Black with #AAF96F

Text Example


Text Example

White with #AAF96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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