Html Css Color HEX #AAD278 Feijoa

📋 copy color: '#AAD278'

red 170 ◦ green 210 ◦ blue 120

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

Shades of Feijoa #AAD278

Tints of Feijoa #AAD278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24%

R = 34%
G = 42%
B = 24%

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

#AAD278 (or 0xAAD278) is known color: Feijoa. HEX triplet: AA, D2 and 78. RGB value is (170,210,120). Sum of RGB (Red+Green+Blue) = 170+210+120=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD278 is #552D87. Grayscale: #BCBCBC. Windows color (decimal): -5582216 or 7918250. OLE color: 7918250.

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

Color convert

RGB 170 210 120 -
CMYK 0.19 0 0.43 0.18
HSL 86.67º 0.5% 0.65% -
HSV(B) 86.67º 0.43% 0.82% -
XYZ 43.01 56 26.31 -
YUV 187.78 89.75 115.32 -
System Red Green Blue C M Y K H S L
Decimal 170 210 120 0.19 0 0.43 0.18 86.67 0.5 0.65
Hex AA D2 78 13 0 2B 12 57 32 41
Octal 252 322 170 23 0 53 22 127 62 101
Binary 10101010 11010010 1111000 10011 0 101011 10010 1010111 110010 1000001

Color Harmonies of #AAD278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD278

Black with #AAD278

Text Example


Text Example

White with #AAD278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD278; }

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

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

background-color css

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

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

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

border-color css

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

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

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