Html Css Color HEX #AAF66C Feijoa

📋 copy color: '#AAF66C'

red 170 ◦ green 246 ◦ blue 108

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

Shades of Feijoa #AAF66C

Tints of Feijoa #AAF66C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.61%

R = 32.44%
G = 46.95%
B = 20.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#AAF66C (or 0xAAF66C) is known color: Feijoa. HEX triplet: AA, F6 and 6C. RGB value is (170,246,108). Sum of RGB (Red+Green+Blue) = 170+246+108=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 246 (96.48% from 255 or 46.95% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF66C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF66C is #550993. Grayscale: #D0D0D0. Windows color (decimal): -5573012 or 7141034. OLE color: 7141034.

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

Color convert

RGB 170 246 108 -
CMYK 0.31 0 0.56 0.04
HSL 93.04º 0.88% 0.69% -
HSV(B) 93.04º 0.56% 0.96% -
XYZ 52.24 75.54 26.01 -
YUV 207.54 71.82 101.22 -
System Red Green Blue C M Y K H S L
Decimal 170 246 108 0.31 0 0.56 0.04 93.04 0.88 0.69
Hex AA F6 6C 1F 0 38 4 5D 58 45
Octal 252 366 154 37 0 70 4 135 130 105
Binary 10101010 11110110 1101100 11111 0 111000 100 1011101 1011000 1000101

Color Harmonies of #AAF66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF66C

Black with #AAF66C

Text Example


Text Example

White with #AAF66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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