Html Css Color HEX #AAD698 Feijoa

📋 copy color: '#AAD698'

red 170 ◦ green 214 ◦ blue 152

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

Shades of Feijoa #AAD698

Tints of Feijoa #AAD698

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.93%

 BLUE value IS 152 (59.77% from 255) = 28.36%

R = 31.72%
G = 39.93%
B = 28.36%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#AAD698 (or 0xAAD698) is known color: Feijoa. HEX triplet: AA, D6 and 98. RGB value is (170,214,152). Sum of RGB (Red+Green+Blue) = 170+214+152=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD698 is #552967. Grayscale: #C1C1C1. Windows color (decimal): -5581160 or 10016426. OLE color: 10016426.

HSL color Cylindrical-coordinate representation of color #AAD698: hue angle of 102.58º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAD698 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 214 152 -
CMYK 0.21 0 0.29 0.16
HSL 102.58º 0.43% 0.72% -
HSV(B) 102.58º 0.29% 0.84% -
XYZ 46.29 58.91 38.64 -
YUV 193.78 104.42 111.04 -
System Red Green Blue C M Y K H S L
Decimal 170 214 152 0.21 0 0.29 0.16 102.58 0.43 0.72
Hex AA D6 98 15 0 1D 10 67 2B 48
Octal 252 326 230 25 0 35 20 147 53 110
Binary 10101010 11010110 10011000 10101 0 11101 10000 1100111 101011 1001000

Color Harmonies of #AAD698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD698

Black with #AAD698

Text Example


Text Example

White with #AAD698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD698; }

 p { color: rgb(170,214,152); }

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

background-color css

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

 a { background-color: rgb(170,214,152); }

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

border-color css

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

 span { border-color: rgb(170,214,152); }

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