Html Css Color HEX #AAF883 Feijoa

📋 copy color: '#AAF883'

red 170 ◦ green 248 ◦ blue 131

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

Shades of Feijoa #AAF883

Tints of Feijoa #AAF883

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.17%

 BLUE value IS 131 (51.56% from 255) = 23.86%

R = 30.97%
G = 45.17%
B = 23.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#AAF883 (or 0xAAF883) is known color: Feijoa. HEX triplet: AA, F8 and 83. RGB value is (170,248,131). Sum of RGB (Red+Green+Blue) = 170+248+131=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 248 (97.27% from 255 or 45.17% from 549); Blue value is 131 (51.56% from 255 or 23.86% from 549); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF883 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF883 is #55077C. Grayscale: #D3D3D3. Windows color (decimal): -5572477 or 8648874. OLE color: 8648874.

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

Color convert

RGB 170 248 131 -
CMYK 0.31 0 0.47 0.03
HSL 100º 0.89% 0.74% -
HSV(B) 100º 0.47% 0.97% -
XYZ 54.24 77.32 33.54 -
YUV 211.34 82.66 98.51 -
System Red Green Blue C M Y K H S L
Decimal 170 248 131 0.31 0 0.47 0.03 100 0.89 0.74
Hex AA F8 83 1F 0 2F 3 64 59 4A
Octal 252 370 203 37 0 57 3 144 131 112
Binary 10101010 11111000 10000011 11111 0 101111 11 1100100 1011001 1001010

Color Harmonies of #AAF883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF883

Black with #AAF883

Text Example


Text Example

White with #AAF883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF883; }

 p { color: rgb(170,248,131); }

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

background-color css

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

 a { background-color: rgb(170,248,131); }

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

border-color css

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

 span { border-color: rgb(170,248,131); }

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