Html Css Color HEX #AAD231 Yellow Green

📋 copy color: '#AAD231'

red 170 ◦ green 210 ◦ blue 49

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

Shades of Yellow Green #AAD231

Tints of Yellow Green #AAD231

RGB

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

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

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

R = 39.63%
G = 48.95%
B = 11.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#AAD231 (or 0xAAD231) is known color: Yellow Green. HEX triplet: AA, D2 and 31. RGB value is (170,210,49). Sum of RGB (Red+Green+Blue) = 170+210+49=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 49 (19.53% from 255 or 11.42% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD231 is #552DCE. Grayscale: #B4B4B4. Windows color (decimal): -5582287 or 3265194. OLE color: 3265194.

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

Color convert

RGB 170 210 49 -
CMYK 0.19 0 0.77 0.18
HSL 74.91º 0.64% 0.51% -
HSV(B) 74.91º 0.77% 0.82% -
XYZ 40.18 54.86 11.38 -
YUV 179.69 54.25 121.09 -
System Red Green Blue C M Y K H S L
Decimal 170 210 49 0.19 0 0.77 0.18 74.91 0.64 0.51
Hex AA D2 31 13 0 4D 12 4B 40 33
Octal 252 322 61 23 0 115 22 113 100 63
Binary 10101010 11010010 110001 10011 0 1001101 10010 1001011 1000000 110011

Color Harmonies of #AAD231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD231

Black with #AAD231

Text Example


Text Example

White with #AAD231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD231; }

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

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

background-color css

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

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

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

border-color css

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

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

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