Html Css Color HEX #AAFA7E Feijoa

📋 copy color: '#AAFA7E'

red 170 ◦ green 250 ◦ blue 126

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

Shades of Feijoa #AAFA7E

Tints of Feijoa #AAFA7E

RGB

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

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

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

R = 31.14%
G = 45.79%
B = 23.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#AAFA7E (or 0xAAFA7E) is known color: Feijoa. HEX triplet: AA, FA and 7E. RGB value is (170,250,126). Sum of RGB (Red+Green+Blue) = 170+250+126=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFA7E is #550581. Grayscale: #D4D4D4. Windows color (decimal): -5571970 or 8321706. OLE color: 8321706.

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

Color convert

RGB 170 250 126 -
CMYK 0.32 0 0.50 0.02
HSL 98.71º 0.93% 0.74% -
HSV(B) 98.71º 0.5% 0.98% -
XYZ 54.53 78.42 32 -
YUV 211.94 79.5 98.08 -
System Red Green Blue C M Y K H S L
Decimal 170 250 126 0.32 0 0.50 0.02 98.71 0.93 0.74
Hex AA FA 7E 20 0 32 2 63 5D 4A
Octal 252 372 176 40 0 62 2 143 135 112
Binary 10101010 11111010 1111110 100000 0 110010 10 1100011 1011101 1001010

Color Harmonies of #AAFA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA7E

Black with #AAFA7E

Text Example


Text Example

White with #AAFA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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