Html Css Color HEX #AAF976 Feijoa

📋 copy color: '#AAF976'

red 170 ◦ green 249 ◦ blue 118

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

Shades of Feijoa #AAF976

Tints of Feijoa #AAF976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.97%

R = 31.66%
G = 46.37%
B = 21.97%

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

#AAF976 (or 0xAAF976) is known color: Feijoa. HEX triplet: AA, F9 and 76. RGB value is (170,249,118). Sum of RGB (Red+Green+Blue) = 170+249+118=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF976 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF976 is #550689. Grayscale: #D2D2D2. Windows color (decimal): -5572234 or 7797162. OLE color: 7797162.

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

Color convert

RGB 170 249 118 -
CMYK 0.32 0 0.53 0.02
HSL 96.18º 0.92% 0.72% -
HSV(B) 96.18º 0.53% 0.98% -
XYZ 53.72 77.61 29.29 -
YUV 210.45 75.83 99.15 -
System Red Green Blue C M Y K H S L
Decimal 170 249 118 0.32 0 0.53 0.02 96.18 0.92 0.72
Hex AA F9 76 20 0 35 2 60 5C 48
Octal 252 371 166 40 0 65 2 140 134 110
Binary 10101010 11111001 1110110 100000 0 110101 10 1100000 1011100 1001000

Color Harmonies of #AAF976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF976

Black with #AAF976

Text Example


Text Example

White with #AAF976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF976; }

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

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

background-color css

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

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

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

border-color css

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

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

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