Html Css Color HEX #AAF176 Feijoa

📋 copy color: '#AAF176'

red 170 ◦ green 241 ◦ blue 118

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

Shades of Feijoa #AAF176

Tints of Feijoa #AAF176

RGB

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

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

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

R = 32.14%
G = 45.56%
B = 22.31%

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

#AAF176 (or 0xAAF176) is known color: Feijoa. HEX triplet: AA, F1 and 76. RGB value is (170,241,118). Sum of RGB (Red+Green+Blue) = 170+241+118=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF176 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF176 is #550E89. Grayscale: #CECECE. Windows color (decimal): -5574282 or 7795114. OLE color: 7795114.

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

Color convert

RGB 170 241 118 -
CMYK 0.29 0 0.51 0.05
HSL 94.63º 0.81% 0.7% -
HSV(B) 94.63º 0.51% 0.95% -
XYZ 51.3 72.76 28.48 -
YUV 205.75 78.48 102.5 -
System Red Green Blue C M Y K H S L
Decimal 170 241 118 0.29 0 0.51 0.05 94.63 0.81 0.7
Hex AA F1 76 1D 0 33 5 5F 51 46
Octal 252 361 166 35 0 63 5 137 121 106
Binary 10101010 11110001 1110110 11101 0 110011 101 1011111 1010001 1000110

Color Harmonies of #AAF176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF176

Black with #AAF176

Text Example


Text Example

White with #AAF176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF176; }

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

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

background-color css

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

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

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

border-color css

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

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

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