Html Css Color HEX #AAF177 Feijoa

📋 copy color: '#AAF177'

red 170 ◦ green 241 ◦ blue 119

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

Shades of Feijoa #AAF177

Tints of Feijoa #AAF177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.45%

R = 32.08%
G = 45.47%
B = 22.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#AAF177 (or 0xAAF177) is known color: Feijoa. HEX triplet: AA, F1 and 77. RGB value is (170,241,119). Sum of RGB (Red+Green+Blue) = 170+241+119=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 119 (46.88% from 255 or 22.45% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF177 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF177 is #550E88. Grayscale: #CECECE. Windows color (decimal): -5574281 or 7860650. OLE color: 7860650.

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

Color convert

RGB 170 241 119 -
CMYK 0.29 0 0.51 0.05
HSL 94.92º 0.81% 0.71% -
HSV(B) 94.92º 0.51% 0.95% -
XYZ 51.36 72.79 28.8 -
YUV 205.86 78.98 102.42 -
System Red Green Blue C M Y K H S L
Decimal 170 241 119 0.29 0 0.51 0.05 94.92 0.81 0.71
Hex AA F1 77 1D 0 33 5 5F 51 47
Octal 252 361 167 35 0 63 5 137 121 107
Binary 10101010 11110001 1110111 11101 0 110011 101 1011111 1010001 1000111

Color Harmonies of #AAF177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF177

Black with #AAF177

Text Example


Text Example

White with #AAF177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF177; }

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

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

background-color css

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

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

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

border-color css

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

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

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