Html Css Color HEX #AAD277 Feijoa

📋 copy color: '#AAD277'

red 170 ◦ green 210 ◦ blue 119

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

Shades of Feijoa #AAD277

Tints of Feijoa #AAD277

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.08%

 BLUE value IS 119 (46.88% from 255) = 23.85%

R = 34.07%
G = 42.08%
B = 23.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#AAD277 (or 0xAAD277) is known color: Feijoa. HEX triplet: AA, D2 and 77. RGB value is (170,210,119). Sum of RGB (Red+Green+Blue) = 170+210+119=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD277 is #552D88. Grayscale: #BBBBBB. Windows color (decimal): -5582217 or 7852714. OLE color: 7852714.

HSL color Cylindrical-coordinate representation of color #AAD277: hue angle of 86.37º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAD277 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 210 119 -
CMYK 0.19 0 0.43 0.18
HSL 86.37º 0.5% 0.65% -
HSV(B) 86.37º 0.43% 0.82% -
XYZ 42.95 55.97 25.99 -
YUV 187.67 89.25 115.4 -
System Red Green Blue C M Y K H S L
Decimal 170 210 119 0.19 0 0.43 0.18 86.37 0.5 0.65
Hex AA D2 77 13 0 2B 12 56 32 41
Octal 252 322 167 23 0 53 22 126 62 101
Binary 10101010 11010010 1110111 10011 0 101011 10010 1010110 110010 1000001

Color Harmonies of #AAD277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD277

Black with #AAD277

Text Example


Text Example

White with #AAD277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD277; }

 p { color: rgb(170,210,119); }

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

background-color css

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

 a { background-color: rgb(170,210,119); }

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

border-color css

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

 span { border-color: rgb(170,210,119); }

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