Html Css Color HEX #AAD48A Feijoa

📋 copy color: '#AAD48A'

red 170 ◦ green 212 ◦ blue 138

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

Shades of Feijoa #AAD48A

Tints of Feijoa #AAD48A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.77%

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

R = 32.69%
G = 40.77%
B = 26.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#AAD48A (or 0xAAD48A) is known color: Feijoa. HEX triplet: AA, D4 and 8A. RGB value is (170,212,138). Sum of RGB (Red+Green+Blue) = 170+212+138=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD48A is #552B75. Grayscale: #BFBFBF. Windows color (decimal): -5581686 or 9098410. OLE color: 9098410.

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

Color convert

RGB 170 212 138 -
CMYK 0.20 0 0.35 0.17
HSL 94.05º 0.46% 0.69% -
HSV(B) 94.05º 0.35% 0.83% -
XYZ 44.71 57.47 32.78 -
YUV 191.01 98.09 113.02 -
System Red Green Blue C M Y K H S L
Decimal 170 212 138 0.20 0 0.35 0.17 94.05 0.46 0.69
Hex AA D4 8A 14 0 23 11 5E 2E 45
Octal 252 324 212 24 0 43 21 136 56 105
Binary 10101010 11010100 10001010 10100 0 100011 10001 1011110 101110 1000101

Color Harmonies of #AAD48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD48A

Black with #AAD48A

Text Example


Text Example

White with #AAD48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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