Html Css Color HEX #AAD68D Feijoa

📋 copy color: '#AAD68D'

red 170 ◦ green 214 ◦ blue 141

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

Shades of Feijoa #AAD68D

Tints of Feijoa #AAD68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.86%

R = 32.38%
G = 40.76%
B = 26.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#AAD68D (or 0xAAD68D) is known color: Feijoa. HEX triplet: AA, D6 and 8D. RGB value is (170,214,141). Sum of RGB (Red+Green+Blue) = 170+214+141=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD68D is #552972. Grayscale: #C0C0C0. Windows color (decimal): -5581171 or 9295530. OLE color: 9295530.

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

Color convert

RGB 170 214 141 -
CMYK 0.21 0 0.34 0.16
HSL 96.16º 0.47% 0.7% -
HSV(B) 96.16º 0.34% 0.84% -
XYZ 45.43 58.56 34.11 -
YUV 192.52 98.92 111.94 -
System Red Green Blue C M Y K H S L
Decimal 170 214 141 0.21 0 0.34 0.16 96.16 0.47 0.7
Hex AA D6 8D 15 0 22 10 60 2F 46
Octal 252 326 215 25 0 42 20 140 57 106
Binary 10101010 11010110 10001101 10101 0 100010 10000 1100000 101111 1000110

Color Harmonies of #AAD68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD68D

Black with #AAD68D

Text Example


Text Example

White with #AAD68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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