Html Css Color HEX #AAF57F Feijoa

📋 copy color: '#AAF57F'

red 170 ◦ green 245 ◦ blue 127

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

Shades of Feijoa #AAF57F

Tints of Feijoa #AAF57F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.2%

 BLUE value IS 127 (50% from 255) = 23.43%

R = 31.37%
G = 45.2%
B = 23.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#AAF57F (or 0xAAF57F) is known color: Feijoa. HEX triplet: AA, F5 and 7F. RGB value is (170,245,127). Sum of RGB (Red+Green+Blue) = 170+245+127=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 245 (96.09% from 255 or 45.20% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF57F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF57F is #550A80. Grayscale: #D1D1D1. Windows color (decimal): -5573249 or 8385962. OLE color: 8385962.

HSL color Cylindrical-coordinate representation of color #AAF57F: hue angle of 98.14º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAF57F is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 245 127 -
CMYK 0.31 0 0.48 0.04
HSL 98.14º 0.86% 0.73% -
HSV(B) 98.14º 0.48% 0.96% -
XYZ 53.06 75.38 31.83 -
YUV 209.12 81.65 100.09 -
System Red Green Blue C M Y K H S L
Decimal 170 245 127 0.31 0 0.48 0.04 98.14 0.86 0.73
Hex AA F5 7F 1F 0 30 4 62 56 49
Octal 252 365 177 37 0 60 4 142 126 111
Binary 10101010 11110101 1111111 11111 0 110000 100 1100010 1010110 1001001

Color Harmonies of #AAF57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF57F

Black with #AAF57F

Text Example


Text Example

White with #AAF57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF57F; }

 p { color: rgb(170,245,127); }

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

background-color css

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

 a { background-color: rgb(170,245,127); }

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

border-color css

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

 span { border-color: rgb(170,245,127); }

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