Html Css Color HEX #AAF978 Feijoa

📋 copy color: '#AAF978'

red 170 ◦ green 249 ◦ blue 120

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

Shades of Feijoa #AAF978

Tints of Feijoa #AAF978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.26%

R = 31.54%
G = 46.2%
B = 22.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#AAF978 (or 0xAAF978) is known color: Feijoa. HEX triplet: AA, F9 and 78. RGB value is (170,249,120). Sum of RGB (Red+Green+Blue) = 170+249+120=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 120 (47.27% from 255 or 22.26% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF978 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF978 is #550687. Grayscale: #D3D3D3. Windows color (decimal): -5572232 or 7928234. OLE color: 7928234.

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

Color convert

RGB 170 249 120 -
CMYK 0.32 0 0.52 0.02
HSL 96.74º 0.91% 0.72% -
HSV(B) 96.74º 0.52% 0.98% -
XYZ 53.84 77.65 29.92 -
YUV 210.67 76.83 98.99 -
System Red Green Blue C M Y K H S L
Decimal 170 249 120 0.32 0 0.52 0.02 96.74 0.91 0.72
Hex AA F9 78 20 0 34 2 61 5B 48
Octal 252 371 170 40 0 64 2 141 133 110
Binary 10101010 11111001 1111000 100000 0 110100 10 1100001 1011011 1001000

Color Harmonies of #AAF978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF978

Black with #AAF978

Text Example


Text Example

White with #AAF978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF978; }

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

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

background-color css

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

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

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

border-color css

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

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

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