Html Css Color HEX #AAF287 Feijoa

📋 copy color: '#AAF287'

red 170 ◦ green 242 ◦ blue 135

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

Shades of Feijoa #AAF287

Tints of Feijoa #AAF287

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.24%

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

R = 31.08%
G = 44.24%
B = 24.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#AAF287 (or 0xAAF287) is known color: Feijoa. HEX triplet: AA, F2 and 87. RGB value is (170,242,135). Sum of RGB (Red+Green+Blue) = 170+242+135=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 135 (53.12% from 255 or 24.68% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF287 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF287 is #550D78. Grayscale: #D0D0D0. Windows color (decimal): -5574009 or 8909482. OLE color: 8909482.

HSL color Cylindrical-coordinate representation of color #AAF287: hue angle of 100.37º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAF287 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 242 135 -
CMYK 0.30 0 0.44 0.05
HSL 100.37º 0.8% 0.74% -
HSV(B) 100.37º 0.44% 0.95% -
XYZ 52.7 73.8 34.39 -
YUV 208.27 86.65 100.7 -
System Red Green Blue C M Y K H S L
Decimal 170 242 135 0.30 0 0.44 0.05 100.37 0.8 0.74
Hex AA F2 87 1E 0 2C 5 64 50 4A
Octal 252 362 207 36 0 54 5 144 120 112
Binary 10101010 11110010 10000111 11110 0 101100 101 1100100 1010000 1001010

Color Harmonies of #AAF287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF287

Black with #AAF287

Text Example


Text Example

White with #AAF287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF287; }

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

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

background-color css

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

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

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

border-color css

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

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

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