Html Css Color HEX #AAD592 Feijoa

📋 copy color: '#AAD592'

red 170 ◦ green 213 ◦ blue 146

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

Shades of Feijoa #AAD592

Tints of Feijoa #AAD592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.6%

R = 32.14%
G = 40.26%
B = 27.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#AAD592 (or 0xAAD592) is known color: Feijoa. HEX triplet: AA, D5 and 92. RGB value is (170,213,146). Sum of RGB (Red+Green+Blue) = 170+213+146=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD592 is #552A6D. Grayscale: #C0C0C0. Windows color (decimal): -5581422 or 9622954. OLE color: 9622954.

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

Color convert

RGB 170 213 146 -
CMYK 0.20 0 0.31 0.16
HSL 98.51º 0.44% 0.7% -
HSV(B) 98.51º 0.31% 0.84% -
XYZ 45.56 58.21 36.03 -
YUV 192.51 101.75 111.95 -
System Red Green Blue C M Y K H S L
Decimal 170 213 146 0.20 0 0.31 0.16 98.51 0.44 0.7
Hex AA D5 92 14 0 1F 10 63 2C 46
Octal 252 325 222 24 0 37 20 143 54 106
Binary 10101010 11010101 10010010 10100 0 11111 10000 1100011 101100 1000110

Color Harmonies of #AAD592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD592

Black with #AAD592

Text Example


Text Example

White with #AAD592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD592; }

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

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

background-color css

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

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

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

border-color css

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

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

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