Html Css Color HEX #AAFA7B Feijoa

📋 copy color: '#AAFA7B'

red 170 ◦ green 250 ◦ blue 123

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

Shades of Feijoa #AAFA7B

Tints of Feijoa #AAFA7B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.04%

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

R = 31.31%
G = 46.04%
B = 22.65%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#AAFA7B (or 0xAAFA7B) is known color: Feijoa. HEX triplet: AA, FA and 7B. RGB value is (170,250,123). Sum of RGB (Red+Green+Blue) = 170+250+123=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 123 (48.44% from 255 or 22.65% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFA7B is #550584. Grayscale: #D4D4D4. Windows color (decimal): -5571973 or 8125098. OLE color: 8125098.

HSL color Cylindrical-coordinate representation of color #AAFA7B: hue angle of 97.8º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAFA7B is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 123 -
CMYK 0.32 0 0.51 0.02
HSL 97.8º 0.93% 0.73% -
HSV(B) 97.8º 0.51% 0.98% -
XYZ 54.34 78.35 31 -
YUV 211.6 78 98.33 -
System Red Green Blue C M Y K H S L
Decimal 170 250 123 0.32 0 0.51 0.02 97.8 0.93 0.73
Hex AA FA 7B 20 0 33 2 62 5D 49
Octal 252 372 173 40 0 63 2 142 135 111
Binary 10101010 11111010 1111011 100000 0 110011 10 1100010 1011101 1001001

Color Harmonies of #AAFA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA7B

Black with #AAFA7B

Text Example


Text Example

White with #AAFA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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