Html Css Color HEX #AAF47B Feijoa

📋 copy color: '#AAF47B'

red 170 ◦ green 244 ◦ blue 123

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

Shades of Feijoa #AAF47B

Tints of Feijoa #AAF47B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.91%

R = 31.66%
G = 45.44%
B = 22.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#AAF47B (or 0xAAF47B) is known color: Feijoa. HEX triplet: AA, F4 and 7B. RGB value is (170,244,123). Sum of RGB (Red+Green+Blue) = 170+244+123=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 244 (95.70% from 255 or 45.44% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF47B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF47B is #550B84. Grayscale: #D0D0D0. Windows color (decimal): -5573509 or 8123562. OLE color: 8123562.

HSL color Cylindrical-coordinate representation of color #AAF47B: hue angle of 96.69º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAF47B is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 244 123 -
CMYK 0.30 0 0.50 0.04
HSL 96.69º 0.85% 0.72% -
HSV(B) 96.69º 0.5% 0.96% -
XYZ 52.5 74.68 30.39 -
YUV 208.08 79.98 100.84 -
System Red Green Blue C M Y K H S L
Decimal 170 244 123 0.30 0 0.50 0.04 96.69 0.85 0.72
Hex AA F4 7B 1E 0 32 4 61 55 48
Octal 252 364 173 36 0 62 4 141 125 110
Binary 10101010 11110100 1111011 11110 0 110010 100 1100001 1010101 1001000

Color Harmonies of #AAF47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF47B

Black with #AAF47B

Text Example


Text Example

White with #AAF47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF47B; }

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

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

background-color css

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

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

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

border-color css

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

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

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