Html Css Color HEX #AAD38A Feijoa

📋 copy color: '#AAD38A'

red 170 ◦ green 211 ◦ blue 138

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

Shades of Feijoa #AAD38A

Tints of Feijoa #AAD38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.59%

R = 32.76%
G = 40.66%
B = 26.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#AAD38A (or 0xAAD38A) is known color: Feijoa. HEX triplet: AA, D3 and 8A. RGB value is (170,211,138). Sum of RGB (Red+Green+Blue) = 170+211+138=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD38A is #552C75. Grayscale: #BEBEBE. Windows color (decimal): -5581942 or 9098154. OLE color: 9098154.

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

Color convert

RGB 170 211 138 -
CMYK 0.19 0 0.35 0.17
HSL 93.7º 0.45% 0.68% -
HSV(B) 93.7º 0.35% 0.83% -
XYZ 44.46 56.97 32.7 -
YUV 190.42 98.42 113.44 -
System Red Green Blue C M Y K H S L
Decimal 170 211 138 0.19 0 0.35 0.17 93.7 0.45 0.68
Hex AA D3 8A 13 0 23 11 5E 2D 44
Octal 252 323 212 23 0 43 21 136 55 104
Binary 10101010 11010011 10001010 10011 0 100011 10001 1011110 101101 1000100

Color Harmonies of #AAD38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD38A

Black with #AAD38A

Text Example


Text Example

White with #AAD38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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