Html Css Color HEX #AAD38E Feijoa

📋 copy color: '#AAD38E'

red 170 ◦ green 211 ◦ blue 142

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

Shades of Feijoa #AAD38E

Tints of Feijoa #AAD38E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.34%

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

R = 32.5%
G = 40.34%
B = 27.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#AAD38E (or 0xAAD38E) is known color: Feijoa. HEX triplet: AA, D3 and 8E. RGB value is (170,211,142). Sum of RGB (Red+Green+Blue) = 170+211+142=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD38E is #552C71. Grayscale: #BFBFBF. Windows color (decimal): -5581938 or 9360298. OLE color: 9360298.

HSL color Cylindrical-coordinate representation of color #AAD38E: hue angle of 95.65º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAD38E is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 211 142 -
CMYK 0.19 0 0.33 0.17
HSL 95.65º 0.44% 0.69% -
HSV(B) 95.65º 0.33% 0.83% -
XYZ 44.75 57.09 34.25 -
YUV 190.88 100.42 113.11 -
System Red Green Blue C M Y K H S L
Decimal 170 211 142 0.19 0 0.33 0.17 95.65 0.44 0.69
Hex AA D3 8E 13 0 21 11 60 2C 45
Octal 252 323 216 23 0 41 21 140 54 105
Binary 10101010 11010011 10001110 10011 0 100001 10001 1100000 101100 1000101

Color Harmonies of #AAD38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD38E

Black with #AAD38E

Text Example


Text Example

White with #AAD38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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