Html Css Color HEX #AAF482 Feijoa

📋 copy color: '#AAF482'

red 170 ◦ green 244 ◦ blue 130

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

Shades of Feijoa #AAF482

Tints of Feijoa #AAF482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.9%

R = 31.25%
G = 44.85%
B = 23.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#AAF482 (or 0xAAF482) is known color: Feijoa. HEX triplet: AA, F4 and 82. RGB value is (170,244,130). Sum of RGB (Red+Green+Blue) = 170+244+130=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF482 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF482 is #550B7D. Grayscale: #D1D1D1. Windows color (decimal): -5573502 or 8582314. OLE color: 8582314.

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

Color convert

RGB 170 244 130 -
CMYK 0.30 0 0.47 0.04
HSL 98.95º 0.84% 0.73% -
HSV(B) 98.95º 0.47% 0.96% -
XYZ 52.96 74.86 32.78 -
YUV 208.88 83.48 100.27 -
System Red Green Blue C M Y K H S L
Decimal 170 244 130 0.30 0 0.47 0.04 98.95 0.84 0.73
Hex AA F4 82 1E 0 2F 4 63 54 49
Octal 252 364 202 36 0 57 4 143 124 111
Binary 10101010 11110100 10000010 11110 0 101111 100 1100011 1010100 1001001

Color Harmonies of #AAF482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF482

Black with #AAF482

Text Example


Text Example

White with #AAF482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF482; }

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

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

background-color css

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

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

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

border-color css

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

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

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