Html Css Color HEX #AAD68B Feijoa

📋 copy color: '#AAD68B'

red 170 ◦ green 214 ◦ blue 139

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

Shades of Feijoa #AAD68B

Tints of Feijoa #AAD68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.58%

R = 32.5%
G = 40.92%
B = 26.58%

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

#AAD68B (or 0xAAD68B) is known color: Feijoa. HEX triplet: AA, D6 and 8B. RGB value is (170,214,139). Sum of RGB (Red+Green+Blue) = 170+214+139=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD68B is #552974. Grayscale: #C0C0C0. Windows color (decimal): -5581173 or 9164458. OLE color: 9164458.

HSL color Cylindrical-coordinate representation of color #AAD68B: hue angle of 95.2º degrees, saturation: 0.48, 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 #AAD68B is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 214 139 -
CMYK 0.21 0 0.35 0.16
HSL 95.2º 0.48% 0.69% -
HSV(B) 95.2º 0.35% 0.84% -
XYZ 45.28 58.5 33.33 -
YUV 192.29 97.92 112.1 -
System Red Green Blue C M Y K H S L
Decimal 170 214 139 0.21 0 0.35 0.16 95.2 0.48 0.69
Hex AA D6 8B 15 0 23 10 5F 30 45
Octal 252 326 213 25 0 43 20 137 60 105
Binary 10101010 11010110 10001011 10101 0 100011 10000 1011111 110000 1000101

Color Harmonies of #AAD68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD68B

Black with #AAD68B

Text Example


Text Example

White with #AAD68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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