Html Css Color HEX #AAD38C Feijoa

📋 copy color: '#AAD38C'

red 170 ◦ green 211 ◦ blue 140

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

Shades of Feijoa #AAD38C

Tints of Feijoa #AAD38C

RGB

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

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

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

R = 32.63%
G = 40.5%
B = 26.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#AAD38C (or 0xAAD38C) is known color: Feijoa. HEX triplet: AA, D3 and 8C. RGB value is (170,211,140). Sum of RGB (Red+Green+Blue) = 170+211+140=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD38C is #552C73. Grayscale: #BEBEBE. Windows color (decimal): -5581940 or 9229226. OLE color: 9229226.

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

Color convert

RGB 170 211 140 -
CMYK 0.19 0 0.34 0.17
HSL 94.65º 0.45% 0.69% -
HSV(B) 94.65º 0.34% 0.83% -
XYZ 44.61 57.03 33.47 -
YUV 190.65 99.42 113.27 -
System Red Green Blue C M Y K H S L
Decimal 170 211 140 0.19 0 0.34 0.17 94.65 0.45 0.69
Hex AA D3 8C 13 0 22 11 5F 2D 45
Octal 252 323 214 23 0 42 21 137 55 105
Binary 10101010 11010011 10001100 10011 0 100010 10001 1011111 101101 1000101

Color Harmonies of #AAD38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD38C

Black with #AAD38C

Text Example


Text Example

White with #AAD38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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