Html Css Color HEX #AAF47F Feijoa

📋 copy color: '#AAF47F'

red 170 ◦ green 244 ◦ blue 127

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

Shades of Feijoa #AAF47F

Tints of Feijoa #AAF47F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.1%

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

R = 31.42%
G = 45.1%
B = 23.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#AAF47F (or 0xAAF47F) is known color: Feijoa. HEX triplet: AA, F4 and 7F. RGB value is (170,244,127). Sum of RGB (Red+Green+Blue) = 170+244+127=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 244 (95.70% from 255 or 45.10% from 541); Blue value is 127 (50% from 255 or 23.48% from 541); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF47F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF47F is #550B80. Grayscale: #D0D0D0. Windows color (decimal): -5573505 or 8385706. OLE color: 8385706.

HSL color Cylindrical-coordinate representation of color #AAF47F: hue angle of 97.95º degrees, saturation: 0.84, 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 #AAF47F is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 244 127 -
CMYK 0.30 0 0.48 0.04
HSL 97.95º 0.84% 0.73% -
HSV(B) 97.95º 0.48% 0.96% -
XYZ 52.76 74.78 31.73 -
YUV 208.54 81.98 100.51 -
System Red Green Blue C M Y K H S L
Decimal 170 244 127 0.30 0 0.48 0.04 97.95 0.84 0.73
Hex AA F4 7F 1E 0 30 4 62 54 49
Octal 252 364 177 36 0 60 4 142 124 111
Binary 10101010 11110100 1111111 11110 0 110000 100 1100010 1010100 1001001

Color Harmonies of #AAF47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF47F

Black with #AAF47F

Text Example


Text Example

White with #AAF47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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