Html Css Color HEX #AAFD81 Feijoa

📋 copy color: '#AAFD81'

red 170 ◦ green 253 ◦ blue 129

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

Shades of Feijoa #AAFD81

Tints of Feijoa #AAFD81

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.83%

 BLUE value IS 129 (50.78% from 255) = 23.37%

R = 30.8%
G = 45.83%
B = 23.37%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#AAFD81 (or 0xAAFD81) is known color: Feijoa. HEX triplet: AA, FD and 81. RGB value is (170,253,129). Sum of RGB (Red+Green+Blue) = 170+253+129=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 129 (50.78% from 255 or 23.37% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFD81 is #55027E. Grayscale: #D6D6D6. Windows color (decimal): -5571199 or 8519082. OLE color: 8519082.

HSL color Cylindrical-coordinate representation of color #AAFD81: hue angle of 100.16º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAFD81 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 253 129 -
CMYK 0.33 0 0.49 0.01
HSL 100.16º 0.97% 0.75% -
HSV(B) 100.16º 0.49% 0.99% -
XYZ 55.67 80.38 33.35 -
YUV 214.05 80 96.58 -
System Red Green Blue C M Y K H S L
Decimal 170 253 129 0.33 0 0.49 0.01 100.16 0.97 0.75
Hex AA FD 81 21 0 31 1 64 61 4B
Octal 252 375 201 41 0 61 1 144 141 113
Binary 10101010 11111101 10000001 100001 0 110001 1 1100100 1100001 1001011

Color Harmonies of #AAFD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFD81

Black with #AAFD81

Text Example


Text Example

White with #AAFD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFD81; }

 p { color: rgb(170,253,129); }

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

background-color css

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

 a { background-color: rgb(170,253,129); }

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

border-color css

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

 span { border-color: rgb(170,253,129); }

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