Html Css Color HEX #AAF478 Feijoa

📋 copy color: '#AAF478'

red 170 ◦ green 244 ◦ blue 120

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

Shades of Feijoa #AAF478

Tints of Feijoa #AAF478

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.69%

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

R = 31.84%
G = 45.69%
B = 22.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#AAF478 (or 0xAAF478) is known color: Feijoa. HEX triplet: AA, F4 and 78. RGB value is (170,244,120). Sum of RGB (Red+Green+Blue) = 170+244+120=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 244 (95.70% from 255 or 45.69% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF478 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF478 is #550B87. Grayscale: #D0D0D0. Windows color (decimal): -5573512 or 7926954. OLE color: 7926954.

HSL color Cylindrical-coordinate representation of color #AAF478: hue angle of 95.81º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAF478 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 244 120 -
CMYK 0.30 0 0.51 0.04
HSL 95.81º 0.85% 0.71% -
HSV(B) 95.81º 0.51% 0.96% -
XYZ 52.32 74.6 29.41 -
YUV 207.74 78.48 101.08 -
System Red Green Blue C M Y K H S L
Decimal 170 244 120 0.30 0 0.51 0.04 95.81 0.85 0.71
Hex AA F4 78 1E 0 33 4 60 55 47
Octal 252 364 170 36 0 63 4 140 125 107
Binary 10101010 11110100 1111000 11110 0 110011 100 1100000 1010101 1000111

Color Harmonies of #AAF478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF478

Black with #AAF478

Text Example


Text Example

White with #AAF478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF478; }

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

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

background-color css

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

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

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

border-color css

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

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

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