Html Css Color HEX #AAF585 Feijoa

📋 copy color: '#AAF585'

red 170 ◦ green 245 ◦ blue 133

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

Shades of Feijoa #AAF585

Tints of Feijoa #AAF585

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.71%

 BLUE value IS 133 (52.34% from 255) = 24.27%

R = 31.02%
G = 44.71%
B = 24.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#AAF585 (or 0xAAF585) is known color: Feijoa. HEX triplet: AA, F5 and 85. RGB value is (170,245,133). Sum of RGB (Red+Green+Blue) = 170+245+133=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 245 (96.09% from 255 or 44.71% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF585 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF585 is #550A7A. Grayscale: #D2D2D2. Windows color (decimal): -5573243 or 8779178. OLE color: 8779178.

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

Color convert

RGB 170 245 133 -
CMYK 0.31 0 0.46 0.04
HSL 100.18º 0.85% 0.74% -
HSV(B) 100.18º 0.46% 0.96% -
XYZ 53.46 75.54 33.95 -
YUV 209.81 84.65 99.61 -
System Red Green Blue C M Y K H S L
Decimal 170 245 133 0.31 0 0.46 0.04 100.18 0.85 0.74
Hex AA F5 85 1F 0 2E 4 64 55 4A
Octal 252 365 205 37 0 56 4 144 125 112
Binary 10101010 11110101 10000101 11111 0 101110 100 1100100 1010101 1001010

Color Harmonies of #AAF585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF585

Black with #AAF585

Text Example


Text Example

White with #AAF585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF585; }

 p { color: rgb(170,245,133); }

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

background-color css

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

 a { background-color: rgb(170,245,133); }

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

border-color css

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

 span { border-color: rgb(170,245,133); }

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