Html Css Color HEX #AAF289 Feijoa

📋 copy color: '#AAF289'

red 170 ◦ green 242 ◦ blue 137

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

Shades of Feijoa #AAF289

Tints of Feijoa #AAF289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 24.95%

R = 30.97%
G = 44.08%
B = 24.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#AAF289 (or 0xAAF289) is known color: Feijoa. HEX triplet: AA, F2 and 89. RGB value is (170,242,137). Sum of RGB (Red+Green+Blue) = 170+242+137=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 137 (53.91% from 255 or 24.95% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF289 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF289 is #550D76. Grayscale: #D0D0D0. Windows color (decimal): -5574007 or 9040554. OLE color: 9040554.

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

Color convert

RGB 170 242 137 -
CMYK 0.30 0 0.43 0.05
HSL 101.14º 0.8% 0.74% -
HSV(B) 101.14º 0.43% 0.95% -
XYZ 52.85 73.86 35.14 -
YUV 208.5 87.65 100.54 -
System Red Green Blue C M Y K H S L
Decimal 170 242 137 0.30 0 0.43 0.05 101.14 0.8 0.74
Hex AA F2 89 1E 0 2B 5 65 50 4A
Octal 252 362 211 36 0 53 5 145 120 112
Binary 10101010 11110010 10001001 11110 0 101011 101 1100101 1010000 1001010

Color Harmonies of #AAF289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF289

Black with #AAF289

Text Example


Text Example

White with #AAF289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF289; }

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

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

background-color css

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

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

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

border-color css

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

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

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