Html Css Color HEX #AAF87E Feijoa

📋 copy color: '#AAF87E'

red 170 ◦ green 248 ◦ blue 126

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

Shades of Feijoa #AAF87E

Tints of Feijoa #AAF87E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.59%

 BLUE value IS 126 (49.61% from 255) = 23.16%

R = 31.25%
G = 45.59%
B = 23.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#AAF87E (or 0xAAF87E) is known color: Feijoa. HEX triplet: AA, F8 and 7E. RGB value is (170,248,126). Sum of RGB (Red+Green+Blue) = 170+248+126=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 248 (97.27% from 255 or 45.59% from 544); Blue value is 126 (49.61% from 255 or 23.16% from 544); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF87E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF87E is #550781. Grayscale: #D3D3D3. Windows color (decimal): -5572482 or 8321194. OLE color: 8321194.

HSL color Cylindrical-coordinate representation of color #AAF87E: hue angle of 98.36º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAF87E is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 248 126 -
CMYK 0.31 0 0.49 0.03
HSL 98.36º 0.9% 0.73% -
HSV(B) 98.36º 0.49% 0.97% -
XYZ 53.91 77.19 31.8 -
YUV 210.77 80.16 98.92 -
System Red Green Blue C M Y K H S L
Decimal 170 248 126 0.31 0 0.49 0.03 98.36 0.9 0.73
Hex AA F8 7E 1F 0 31 3 62 5A 49
Octal 252 370 176 37 0 61 3 142 132 111
Binary 10101010 11111000 1111110 11111 0 110001 11 1100010 1011010 1001001

Color Harmonies of #AAF87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF87E

Black with #AAF87E

Text Example


Text Example

White with #AAF87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF87E; }

 p { color: rgb(170,248,126); }

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

background-color css

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

 a { background-color: rgb(170,248,126); }

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

border-color css

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

 span { border-color: rgb(170,248,126); }

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