Html Css Color HEX #AAD38B Feijoa

📋 copy color: '#AAD38B'

red 170 ◦ green 211 ◦ blue 139

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

Shades of Feijoa #AAD38B

Tints of Feijoa #AAD38B

RGB

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

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

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

R = 32.69%
G = 40.58%
B = 26.73%

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

#AAD38B (or 0xAAD38B) is known color: Feijoa. HEX triplet: AA, D3 and 8B. RGB value is (170,211,139). Sum of RGB (Red+Green+Blue) = 170+211+139=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD38B is #552C74. Grayscale: #BEBEBE. Windows color (decimal): -5581941 or 9163690. OLE color: 9163690.

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

Color convert

RGB 170 211 139 -
CMYK 0.19 0 0.34 0.17
HSL 94.17º 0.45% 0.69% -
HSV(B) 94.17º 0.34% 0.83% -
XYZ 44.53 57 33.08 -
YUV 190.53 98.92 113.35 -
System Red Green Blue C M Y K H S L
Decimal 170 211 139 0.19 0 0.34 0.17 94.17 0.45 0.69
Hex AA D3 8B 13 0 22 11 5E 2D 45
Octal 252 323 213 23 0 42 21 136 55 105
Binary 10101010 11010011 10001011 10011 0 100010 10001 1011110 101101 1000101

Color Harmonies of #AAD38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD38B

Black with #AAD38B

Text Example


Text Example

White with #AAD38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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