Html Css Color HEX #AAF77D Feijoa

📋 copy color: '#AAF77D'

red 170 ◦ green 247 ◦ blue 125

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

Shades of Feijoa #AAF77D

Tints of Feijoa #AAF77D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.57%

 BLUE value IS 125 (49.22% from 255) = 23.06%

R = 31.37%
G = 45.57%
B = 23.06%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#AAF77D (or 0xAAF77D) is known color: Feijoa. HEX triplet: AA, F7 and 7D. RGB value is (170,247,125). Sum of RGB (Red+Green+Blue) = 170+247+125=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF77D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF77D is #550882. Grayscale: #D2D2D2. Windows color (decimal): -5572739 or 8255402. OLE color: 8255402.

HSL color Cylindrical-coordinate representation of color #AAF77D: hue angle of 97.87º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAF77D is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 247 125 -
CMYK 0.31 0 0.49 0.03
HSL 97.87º 0.88% 0.73% -
HSV(B) 97.87º 0.49% 0.97% -
XYZ 53.54 76.55 31.36 -
YUV 210.07 79.99 99.42 -
System Red Green Blue C M Y K H S L
Decimal 170 247 125 0.31 0 0.49 0.03 97.87 0.88 0.73
Hex AA F7 7D 1F 0 31 3 62 58 49
Octal 252 367 175 37 0 61 3 142 130 111
Binary 10101010 11110111 1111101 11111 0 110001 11 1100010 1011000 1001001

Color Harmonies of #AAF77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF77D

Black with #AAF77D

Text Example


Text Example

White with #AAF77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF77D; }

 p { color: rgb(170,247,125); }

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

background-color css

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

 a { background-color: rgb(170,247,125); }

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

border-color css

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

 span { border-color: rgb(170,247,125); }

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