Html Css Color HEX #AAD274 Feijoa

📋 copy color: '#AAD274'

red 170 ◦ green 210 ◦ blue 116

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

Shades of Feijoa #AAD274

Tints of Feijoa #AAD274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.39%

R = 34.27%
G = 42.34%
B = 23.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#AAD274 (or 0xAAD274) is known color: Feijoa. HEX triplet: AA, D2 and 74. RGB value is (170,210,116). Sum of RGB (Red+Green+Blue) = 170+210+116=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD274 is #552D8B. Grayscale: #BBBBBB. Windows color (decimal): -5582220 or 7656106. OLE color: 7656106.

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

Color convert

RGB 170 210 116 -
CMYK 0.19 0 0.45 0.18
HSL 85.53º 0.51% 0.64% -
HSV(B) 85.53º 0.45% 0.82% -
XYZ 42.78 55.9 25.06 -
YUV 187.32 87.75 115.64 -
System Red Green Blue C M Y K H S L
Decimal 170 210 116 0.19 0 0.45 0.18 85.53 0.51 0.64
Hex AA D2 74 13 0 2D 12 56 33 40
Octal 252 322 164 23 0 55 22 126 63 100
Binary 10101010 11010010 1110100 10011 0 101101 10010 1010110 110011 1000000

Color Harmonies of #AAD274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD274

Black with #AAD274

Text Example


Text Example

White with #AAD274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD274; }

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

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

background-color css

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

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

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

border-color css

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

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

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