Html Css Color HEX #AAF975 Feijoa

📋 copy color: '#AAF975'

red 170 ◦ green 249 ◦ blue 117

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

Shades of Feijoa #AAF975

Tints of Feijoa #AAF975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.83%

R = 31.72%
G = 46.46%
B = 21.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#AAF975 (or 0xAAF975) is known color: Feijoa. HEX triplet: AA, F9 and 75. RGB value is (170,249,117). Sum of RGB (Red+Green+Blue) = 170+249+117=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF975 is #55068A. Grayscale: #D2D2D2. Windows color (decimal): -5572235 or 7731626. OLE color: 7731626.

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

Color convert

RGB 170 249 117 -
CMYK 0.32 0 0.53 0.02
HSL 95.91º 0.92% 0.72% -
HSV(B) 95.91º 0.53% 0.98% -
XYZ 53.66 77.58 28.98 -
YUV 210.33 75.33 99.23 -
System Red Green Blue C M Y K H S L
Decimal 170 249 117 0.32 0 0.53 0.02 95.91 0.92 0.72
Hex AA F9 75 20 0 35 2 60 5C 48
Octal 252 371 165 40 0 65 2 140 134 110
Binary 10101010 11111001 1110101 100000 0 110101 10 1100000 1011100 1001000

Color Harmonies of #AAF975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF975

Black with #AAF975

Text Example


Text Example

White with #AAF975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF975; }

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

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

background-color css

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

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

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

border-color css

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

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

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