Html Css Color HEX #AAFF7F Feijoa

📋 copy color: '#AAFF7F'

red 170 ◦ green 255 ◦ blue 127

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

Shades of Feijoa #AAFF7F

Tints of Feijoa #AAFF7F

RGB

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

 GREEN value IS 255 (100% from 255) = 46.2%

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

R = 30.8%
G = 46.2%
B = 23.01%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#AAFF7F (or 0xAAFF7F) is known color: Feijoa. HEX triplet: AA, FF and 7F. RGB value is (170,255,127). Sum of RGB (Red+Green+Blue) = 170+255+127=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 127 (50% from 255 or 23.01% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF7F is #550080. Grayscale: #D7D7D7. Windows color (decimal): -5570689 or 8388522. OLE color: 8388522.

HSL color Cylindrical-coordinate representation of color #AAFF7F: hue angle of 99.84º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAFF7F is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 170 255 127 -
CMYK 0.33 0 0.50 0
HSL 99.84º 1% 0.75% -
HSV(B) 99.84º 0.5% 1% -
XYZ 56.17 81.6 32.87 -
YUV 214.99 78.34 95.91 -
System Red Green Blue C M Y K H S L
Decimal 170 255 127 0.33 0 0.50 0 99.84 1 0.75
Hex AA FF 7F 21 0 32 0 64 64 4B
Octal 252 377 177 41 0 62 0 144 144 113
Binary 10101010 11111111 1111111 100001 0 110010 0 1100100 1100100 1001011

Color Harmonies of #AAFF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFF7F

Black with #AAFF7F

Text Example


Text Example

White with #AAFF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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