Html Css Color HEX #AAD68C Feijoa

📋 copy color: '#AAD68C'

red 170 ◦ green 214 ◦ blue 140

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

Shades of Feijoa #AAD68C

Tints of Feijoa #AAD68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.72%

R = 32.44%
G = 40.84%
B = 26.72%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#AAD68C (or 0xAAD68C) is known color: Feijoa. HEX triplet: AA, D6 and 8C. RGB value is (170,214,140). Sum of RGB (Red+Green+Blue) = 170+214+140=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD68C is #552973. Grayscale: #C0C0C0. Windows color (decimal): -5581172 or 9229994. OLE color: 9229994.

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

Color convert

RGB 170 214 140 -
CMYK 0.21 0 0.35 0.16
HSL 95.68º 0.47% 0.69% -
HSV(B) 95.68º 0.35% 0.84% -
XYZ 45.36 58.53 33.72 -
YUV 192.41 98.42 112.02 -
System Red Green Blue C M Y K H S L
Decimal 170 214 140 0.21 0 0.35 0.16 95.68 0.47 0.69
Hex AA D6 8C 15 0 23 10 60 2F 45
Octal 252 326 214 25 0 43 20 140 57 105
Binary 10101010 11010110 10001100 10101 0 100011 10000 1100000 101111 1000101

Color Harmonies of #AAD68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD68C

Black with #AAD68C

Text Example


Text Example

White with #AAD68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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