Html Css Color HEX #AAFD73 Feijoa

📋 copy color: '#AAFD73'

red 170 ◦ green 253 ◦ blue 115

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

Shades of Feijoa #AAFD73

Tints of Feijoa #AAFD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.38%

R = 31.6%
G = 47.03%
B = 21.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#AAFD73 (or 0xAAFD73) is known color: Feijoa. HEX triplet: AA, FD and 73. RGB value is (170,253,115). Sum of RGB (Red+Green+Blue) = 170+253+115=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD73 is #55028C. Grayscale: #D4D4D4. Windows color (decimal): -5571213 or 7601578. OLE color: 7601578.

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

Color convert

RGB 170 253 115 -
CMYK 0.33 0 0.55 0.01
HSL 96.09º 0.97% 0.72% -
HSV(B) 96.09º 0.55% 0.99% -
XYZ 54.8 80.03 28.78 -
YUV 212.45 73 97.72 -
System Red Green Blue C M Y K H S L
Decimal 170 253 115 0.33 0 0.55 0.01 96.09 0.97 0.72
Hex AA FD 73 21 0 37 1 60 61 48
Octal 252 375 163 41 0 67 1 140 141 110
Binary 10101010 11111101 1110011 100001 0 110111 1 1100000 1100001 1001000

Color Harmonies of #AAFD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFD73

Black with #AAFD73

Text Example


Text Example

White with #AAFD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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