Html Css Color HEX #AAF17D Feijoa

📋 copy color: '#AAF17D'

red 170 ◦ green 241 ◦ blue 125

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

Shades of Feijoa #AAF17D

Tints of Feijoa #AAF17D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.96%

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

R = 31.72%
G = 44.96%
B = 23.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#AAF17D (or 0xAAF17D) is known color: Feijoa. HEX triplet: AA, F1 and 7D. RGB value is (170,241,125). Sum of RGB (Red+Green+Blue) = 170+241+125=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF17D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF17D is #550E82. Grayscale: #CECECE. Windows color (decimal): -5574275 or 8253866. OLE color: 8253866.

HSL color Cylindrical-coordinate representation of color #AAF17D: hue angle of 96.72º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAF17D is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 241 125 -
CMYK 0.29 0 0.48 0.05
HSL 96.72º 0.81% 0.72% -
HSV(B) 96.72º 0.48% 0.95% -
XYZ 51.73 72.94 30.75 -
YUV 206.55 81.98 101.93 -
System Red Green Blue C M Y K H S L
Decimal 170 241 125 0.29 0 0.48 0.05 96.72 0.81 0.72
Hex AA F1 7D 1D 0 30 5 61 51 48
Octal 252 361 175 35 0 60 5 141 121 110
Binary 10101010 11110001 1111101 11101 0 110000 101 1100001 1010001 1001000

Color Harmonies of #AAF17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF17D

Black with #AAF17D

Text Example


Text Example

White with #AAF17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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