Html Css Color HEX #AAF487 Feijoa

📋 copy color: '#AAF487'

red 170 ◦ green 244 ◦ blue 135

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

Shades of Feijoa #AAF487

Tints of Feijoa #AAF487

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.44%

 BLUE value IS 135 (53.13% from 255) = 24.59%

R = 30.97%
G = 44.44%
B = 24.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#AAF487 (or 0xAAF487) is known color: Feijoa. HEX triplet: AA, F4 and 87. RGB value is (170,244,135). Sum of RGB (Red+Green+Blue) = 170+244+135=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 244 (95.70% from 255 or 44.44% from 549); Blue value is 135 (53.12% from 255 or 24.59% from 549); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF487 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF487 is #550B78. Grayscale: #D1D1D1. Windows color (decimal): -5573497 or 8909994. OLE color: 8909994.

HSL color Cylindrical-coordinate representation of color #AAF487: hue angle of 100.73º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAF487 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 244 135 -
CMYK 0.30 0 0.45 0.04
HSL 100.73º 0.83% 0.74% -
HSV(B) 100.73º 0.45% 0.96% -
XYZ 53.3 75 34.59 -
YUV 209.45 85.98 99.86 -
System Red Green Blue C M Y K H S L
Decimal 170 244 135 0.30 0 0.45 0.04 100.73 0.83 0.74
Hex AA F4 87 1E 0 2D 4 65 53 4A
Octal 252 364 207 36 0 55 4 145 123 112
Binary 10101010 11110100 10000111 11110 0 101101 100 1100101 1010011 1001010

Color Harmonies of #AAF487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF487

Black with #AAF487

Text Example


Text Example

White with #AAF487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF487; }

 p { color: rgb(170,244,135); }

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

background-color css

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

 a { background-color: rgb(170,244,135); }

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

border-color css

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

 span { border-color: rgb(170,244,135); }

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