Html Css Color HEX #AAD499 Feijoa

📋 copy color: '#AAD499'

red 170 ◦ green 212 ◦ blue 153

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

Shades of Feijoa #AAD499

Tints of Feijoa #AAD499

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.63%

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

R = 31.78%
G = 39.63%
B = 28.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#AAD499 (or 0xAAD499) is known color: Feijoa. HEX triplet: AA, D4 and 99. RGB value is (170,212,153). Sum of RGB (Red+Green+Blue) = 170+212+153=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD499 is #552B66. Grayscale: #C0C0C0. Windows color (decimal): -5581671 or 10081450. OLE color: 10081450.

HSL color Cylindrical-coordinate representation of color #AAD499: hue angle of 102.71º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAD499 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 212 153 -
CMYK 0.20 0 0.28 0.17
HSL 102.71º 0.41% 0.72% -
HSV(B) 102.71º 0.28% 0.83% -
XYZ 45.87 57.93 38.9 -
YUV 192.72 105.59 111.8 -
System Red Green Blue C M Y K H S L
Decimal 170 212 153 0.20 0 0.28 0.17 102.71 0.41 0.72
Hex AA D4 99 14 0 1C 11 67 29 48
Octal 252 324 231 24 0 34 21 147 51 110
Binary 10101010 11010100 10011001 10100 0 11100 10001 1100111 101001 1001000

Color Harmonies of #AAD499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD499

Black with #AAD499

Text Example


Text Example

White with #AAD499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD499; }

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

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

background-color css

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

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

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

border-color css

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

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

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