Html Css Color HEX #AAD68E Feijoa

📋 copy color: '#AAD68E'

red 170 ◦ green 214 ◦ blue 142

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

Shades of Feijoa #AAD68E

Tints of Feijoa #AAD68E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27%

R = 32.32%
G = 40.68%
B = 27%

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

#AAD68E (or 0xAAD68E) is known color: Feijoa. HEX triplet: AA, D6 and 8E. RGB value is (170,214,142). Sum of RGB (Red+Green+Blue) = 170+214+142=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD68E is #552971. Grayscale: #C0C0C0. Windows color (decimal): -5581170 or 9361066. OLE color: 9361066.

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

Color convert

RGB 170 214 142 -
CMYK 0.21 0 0.34 0.16
HSL 96.67º 0.47% 0.7% -
HSV(B) 96.67º 0.34% 0.84% -
XYZ 45.51 58.59 34.5 -
YUV 192.64 99.42 111.85 -
System Red Green Blue C M Y K H S L
Decimal 170 214 142 0.21 0 0.34 0.16 96.67 0.47 0.7
Hex AA D6 8E 15 0 22 10 61 2F 46
Octal 252 326 216 25 0 42 20 141 57 106
Binary 10101010 11010110 10001110 10101 0 100010 10000 1100001 101111 1000110

Color Harmonies of #AAD68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD68E

Black with #AAD68E

Text Example


Text Example

White with #AAD68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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