Html Css Color HEX #AAD831 Yellow Green

📋 copy color: '#AAD831'

red 170 ◦ green 216 ◦ blue 49

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

Shades of Yellow Green #AAD831

Tints of Yellow Green #AAD831

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.66%

 BLUE value IS 49 (19.53% from 255) = 11.26%

R = 39.08%
G = 49.66%
B = 11.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#AAD831 (or 0xAAD831) is known color: Yellow Green. HEX triplet: AA, D8 and 31. RGB value is (170,216,49). Sum of RGB (Red+Green+Blue) = 170+216+49=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 49 (19.53% from 255 or 11.26% from 435); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD831 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD831 is #5527CE. Grayscale: #B7B7B7. Windows color (decimal): -5580751 or 3266730. OLE color: 3266730.

HSL color Cylindrical-coordinate representation of color #AAD831: hue angle of 76.53º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAD831 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 49 -
CMYK 0.21 0 0.77 0.15
HSL 76.53º 0.68% 0.52% -
HSV(B) 76.53º 0.77% 0.85% -
XYZ 41.69 57.88 11.88 -
YUV 183.21 52.26 118.58 -
System Red Green Blue C M Y K H S L
Decimal 170 216 49 0.21 0 0.77 0.15 76.53 0.68 0.52
Hex AA D8 31 15 0 4D F 4D 44 34
Octal 252 330 61 25 0 115 17 115 104 64
Binary 10101010 11011000 110001 10101 0 1001101 1111 1001101 1000100 110100

Color Harmonies of #AAD831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD831

Black with #AAD831

Text Example


Text Example

White with #AAD831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD831; }

 p { color: rgb(170,216,49); }

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

background-color css

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

 a { background-color: rgb(170,216,49); }

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

border-color css

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

 span { border-color: rgb(170,216,49); }

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