Html Css Color HEX #AAD388 Feijoa

📋 copy color: '#AAD388'

red 170 ◦ green 211 ◦ blue 136

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

Shades of Feijoa #AAD388

Tints of Feijoa #AAD388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.31%

R = 32.88%
G = 40.81%
B = 26.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#AAD388 (or 0xAAD388) is known color: Feijoa. HEX triplet: AA, D3 and 88. RGB value is (170,211,136). Sum of RGB (Red+Green+Blue) = 170+211+136=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD388 is #552C77. Grayscale: #BEBEBE. Windows color (decimal): -5581944 or 8967082. OLE color: 8967082.

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

Color convert

RGB 170 211 136 -
CMYK 0.19 0 0.36 0.17
HSL 92.8º 0.46% 0.68% -
HSV(B) 92.8º 0.36% 0.83% -
XYZ 44.32 56.91 31.94 -
YUV 190.19 97.42 113.6 -
System Red Green Blue C M Y K H S L
Decimal 170 211 136 0.19 0 0.36 0.17 92.8 0.46 0.68
Hex AA D3 88 13 0 24 11 5D 2E 44
Octal 252 323 210 23 0 44 21 135 56 104
Binary 10101010 11010011 10001000 10011 0 100100 10001 1011101 101110 1000100

Color Harmonies of #AAD388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD388

Black with #AAD388

Text Example


Text Example

White with #AAD388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD388; }

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

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

background-color css

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

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

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

border-color css

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

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

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