Html Css Color HEX #AAD597 Feijoa

📋 copy color: '#AAD597'

red 170 ◦ green 213 ◦ blue 151

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

Shades of Feijoa #AAD597

Tints of Feijoa #AAD597

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.89%

 BLUE value IS 151 (59.38% from 255) = 28.28%

R = 31.84%
G = 39.89%
B = 28.28%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#AAD597 (or 0xAAD597) is known color: Feijoa. HEX triplet: AA, D5 and 97. RGB value is (170,213,151). Sum of RGB (Red+Green+Blue) = 170+213+151=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD597 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD597 is #552A68. Grayscale: #C1C1C1. Windows color (decimal): -5581417 or 9950634. OLE color: 9950634.

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

Color convert

RGB 170 213 151 -
CMYK 0.20 0 0.29 0.16
HSL 101.61º 0.42% 0.71% -
HSV(B) 101.61º 0.29% 0.84% -
XYZ 45.96 58.37 38.12 -
YUV 193.08 104.25 111.54 -
System Red Green Blue C M Y K H S L
Decimal 170 213 151 0.20 0 0.29 0.16 101.61 0.42 0.71
Hex AA D5 97 14 0 1D 10 66 2A 47
Octal 252 325 227 24 0 35 20 146 52 107
Binary 10101010 11010101 10010111 10100 0 11101 10000 1100110 101010 1000111

Color Harmonies of #AAD597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD597

Black with #AAD597

Text Example


Text Example

White with #AAD597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD597; }

 p { color: rgb(170,213,151); }

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

background-color css

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

 a { background-color: rgb(170,213,151); }

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

border-color css

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

 span { border-color: rgb(170,213,151); }

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