Html Css Color HEX #AAD68A Feijoa

📋 copy color: '#AAD68A'

red 170 ◦ green 214 ◦ blue 138

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

Shades of Feijoa #AAD68A

Tints of Feijoa #AAD68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.44%

R = 32.57%
G = 41%
B = 26.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#AAD68A (or 0xAAD68A) is known color: Feijoa. HEX triplet: AA, D6 and 8A. RGB value is (170,214,138). Sum of RGB (Red+Green+Blue) = 170+214+138=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD68A is #552975. Grayscale: #C0C0C0. Windows color (decimal): -5581174 or 9098922. OLE color: 9098922.

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

Color convert

RGB 170 214 138 -
CMYK 0.21 0 0.36 0.16
HSL 94.74º 0.48% 0.69% -
HSV(B) 94.74º 0.36% 0.84% -
XYZ 45.21 58.47 32.95 -
YUV 192.18 97.42 112.18 -
System Red Green Blue C M Y K H S L
Decimal 170 214 138 0.21 0 0.36 0.16 94.74 0.48 0.69
Hex AA D6 8A 15 0 24 10 5F 30 45
Octal 252 326 212 25 0 44 20 137 60 105
Binary 10101010 11010110 10001010 10101 0 100100 10000 1011111 110000 1000101

Color Harmonies of #AAD68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD68A

Black with #AAD68A

Text Example


Text Example

White with #AAD68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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