Html Css Color HEX #AAF082 Feijoa

📋 copy color: '#AAF082'

red 170 ◦ green 240 ◦ blue 130

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

Shades of Feijoa #AAF082

Tints of Feijoa #AAF082

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.44%

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

R = 31.48%
G = 44.44%
B = 24.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#AAF082 (or 0xAAF082) is known color: Feijoa. HEX triplet: AA, F0 and 82. RGB value is (170,240,130). Sum of RGB (Red+Green+Blue) = 170+240+130=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 130 (51.17% from 255 or 24.07% from 540); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF082 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF082 is #550F7D. Grayscale: #CECECE. Windows color (decimal): -5574526 or 8581290. OLE color: 8581290.

HSL color Cylindrical-coordinate representation of color #AAF082: hue angle of 98.18º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAF082 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 130 -
CMYK 0.29 0 0.46 0.06
HSL 98.18º 0.79% 0.73% -
HSV(B) 98.18º 0.46% 0.94% -
XYZ 51.77 72.48 32.38 -
YUV 206.53 84.81 101.94 -
System Red Green Blue C M Y K H S L
Decimal 170 240 130 0.29 0 0.46 0.06 98.18 0.79 0.73
Hex AA F0 82 1D 0 2E 6 62 4F 49
Octal 252 360 202 35 0 56 6 142 117 111
Binary 10101010 11110000 10000010 11101 0 101110 110 1100010 1001111 1001001

Color Harmonies of #AAF082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF082

Black with #AAF082

Text Example


Text Example

White with #AAF082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF082; }

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

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

background-color css

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

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

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

border-color css

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

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

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