Html Css Color HEX #AAF970 Feijoa

📋 copy color: '#AAF970'

red 170 ◦ green 249 ◦ blue 112

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

Shades of Feijoa #AAF970

Tints of Feijoa #AAF970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.09%

R = 32.02%
G = 46.89%
B = 21.09%

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

#AAF970 (or 0xAAF970) is known color: Feijoa. HEX triplet: AA, F9 and 70. RGB value is (170,249,112). Sum of RGB (Red+Green+Blue) = 170+249+112=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF970 is #55068F. Grayscale: #D2D2D2. Windows color (decimal): -5572240 or 7403946. OLE color: 7403946.

HSL color Cylindrical-coordinate representation of color #AAF970: hue angle of 94.6º 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 #AAF970 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 249 112 -
CMYK 0.32 0 0.55 0.02
HSL 94.6º 0.92% 0.71% -
HSV(B) 94.6º 0.55% 0.98% -
XYZ 53.38 77.47 27.47 -
YUV 209.76 72.83 99.64 -
System Red Green Blue C M Y K H S L
Decimal 170 249 112 0.32 0 0.55 0.02 94.6 0.92 0.71
Hex AA F9 70 20 0 37 2 5F 5C 47
Octal 252 371 160 40 0 67 2 137 134 107
Binary 10101010 11111001 1110000 100000 0 110111 10 1011111 1011100 1000111

Color Harmonies of #AAF970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF970

Black with #AAF970

Text Example


Text Example

White with #AAF970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF970; }

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

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

background-color css

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

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

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

border-color css

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

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

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