Html Css Color HEX #AAD631 Yellow Green

📋 copy color: '#AAD631'

red 170 ◦ green 214 ◦ blue 49

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

Shades of Yellow Green #AAD631

Tints of Yellow Green #AAD631

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.42%

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

R = 39.26%
G = 49.42%
B = 11.32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#AAD631 (or 0xAAD631) is known color: Yellow Green. HEX triplet: AA, D6 and 31. RGB value is (170,214,49). Sum of RGB (Red+Green+Blue) = 170+214+49=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 49 (19.53% from 255 or 11.32% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD631 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD631 is #5529CE. Grayscale: #B6B6B6. Windows color (decimal): -5581263 or 3266218. OLE color: 3266218.

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

Color convert

RGB 170 214 49 -
CMYK 0.21 0 0.77 0.16
HSL 76º 0.67% 0.52% -
HSV(B) 76º 0.77% 0.84% -
XYZ 41.18 56.86 11.71 -
YUV 182.03 52.92 119.42 -
System Red Green Blue C M Y K H S L
Decimal 170 214 49 0.21 0 0.77 0.16 76 0.67 0.52
Hex AA D6 31 15 0 4D 10 4C 43 34
Octal 252 326 61 25 0 115 20 114 103 64
Binary 10101010 11010110 110001 10101 0 1001101 10000 1001100 1000011 110100

Color Harmonies of #AAD631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD631

Black with #AAD631

Text Example


Text Example

White with #AAD631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD631; }

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

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

background-color css

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

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

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

border-color css

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

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

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