Html Css Color HEX #AAF178 Feijoa

📋 copy color: '#AAF178'

red 170 ◦ green 241 ◦ blue 120

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

Shades of Feijoa #AAF178

Tints of Feijoa #AAF178

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.39%

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

R = 32.02%
G = 45.39%
B = 22.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#AAF178 (or 0xAAF178) is known color: Feijoa. HEX triplet: AA, F1 and 78. RGB value is (170,241,120). Sum of RGB (Red+Green+Blue) = 170+241+120=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 120 (47.27% from 255 or 22.60% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF178 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF178 is #550E87. Grayscale: #CECECE. Windows color (decimal): -5574280 or 7926186. OLE color: 7926186.

HSL color Cylindrical-coordinate representation of color #AAF178: hue angle of 95.21º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAF178 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 241 120 -
CMYK 0.29 0 0.50 0.05
HSL 95.21º 0.81% 0.71% -
HSV(B) 95.21º 0.5% 0.95% -
XYZ 51.42 72.81 29.11 -
YUV 205.98 79.48 102.34 -
System Red Green Blue C M Y K H S L
Decimal 170 241 120 0.29 0 0.50 0.05 95.21 0.81 0.71
Hex AA F1 78 1D 0 32 5 5F 51 47
Octal 252 361 170 35 0 62 5 137 121 107
Binary 10101010 11110001 1111000 11101 0 110010 101 1011111 1010001 1000111

Color Harmonies of #AAF178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF178

Black with #AAF178

Text Example


Text Example

White with #AAF178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF178; }

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

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

background-color css

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

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

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

border-color css

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

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

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