Html Css Color HEX #AAD299 Feijoa

📋 copy color: '#AAD299'

red 170 ◦ green 210 ◦ blue 153

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

Shades of Feijoa #AAD299

Tints of Feijoa #AAD299

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.4%

 BLUE value IS 153 (60.16% from 255) = 28.71%

R = 31.89%
G = 39.4%
B = 28.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#AAD299 (or 0xAAD299) is known color: Feijoa. HEX triplet: AA, D2 and 99. RGB value is (170,210,153). Sum of RGB (Red+Green+Blue) = 170+210+153=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD299 is #552D66. Grayscale: #BFBFBF. Windows color (decimal): -5582183 or 10080938. OLE color: 10080938.

HSL color Cylindrical-coordinate representation of color #AAD299: hue angle of 102.11º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAD299 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 210 153 -
CMYK 0.19 0 0.27 0.18
HSL 102.11º 0.39% 0.71% -
HSV(B) 102.11º 0.27% 0.82% -
XYZ 45.37 56.94 38.74 -
YUV 191.54 106.25 112.63 -
System Red Green Blue C M Y K H S L
Decimal 170 210 153 0.19 0 0.27 0.18 102.11 0.39 0.71
Hex AA D2 99 13 0 1B 12 66 27 47
Octal 252 322 231 23 0 33 22 146 47 107
Binary 10101010 11010010 10011001 10011 0 11011 10010 1100110 100111 1000111

Color Harmonies of #AAD299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD299

Black with #AAD299

Text Example


Text Example

White with #AAD299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD299; }

 p { color: rgb(170,210,153); }

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

background-color css

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

 a { background-color: rgb(170,210,153); }

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

border-color css

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

 span { border-color: rgb(170,210,153); }

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