Html Css Color HEX #AAD526 Yellow Green

📋 copy color: '#AAD526'

red 170 ◦ green 213 ◦ blue 38

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

Shades of Yellow Green #AAD526

Tints of Yellow Green #AAD526

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.59%

 BLUE value IS 38 (15.23% from 255) = 9.03%

R = 40.38%
G = 50.59%
B = 9.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#AAD526 (or 0xAAD526) is known color: Yellow Green. HEX triplet: AA, D5 and 26. RGB value is (170,213,38). Sum of RGB (Red+Green+Blue) = 170+213+38=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 38 (15.23% from 255 or 9.03% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD526 is #552AD9. Grayscale: #B4B4B4. Windows color (decimal): -5581530 or 2545066. OLE color: 2545066.

HSL color Cylindrical-coordinate representation of color #AAD526: hue angle of 74.74º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAD526 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 38 -
CMYK 0.20 0 0.82 0.16
HSL 74.74º 0.7% 0.49% -
HSV(B) 74.74º 0.82% 0.84% -
XYZ 40.72 56.27 10.55 -
YUV 180.19 47.75 120.73 -
System Red Green Blue C M Y K H S L
Decimal 170 213 38 0.20 0 0.82 0.16 74.74 0.7 0.49
Hex AA D5 26 14 0 52 10 4B 46 31
Octal 252 325 46 24 0 122 20 113 106 61
Binary 10101010 11010101 100110 10100 0 1010010 10000 1001011 1000110 110001

Color Harmonies of #AAD526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD526

Black with #AAD526

Text Example


Text Example

White with #AAD526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD526; }

 p { color: rgb(170,213,38); }

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

background-color css

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

 a { background-color: rgb(170,213,38); }

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

border-color css

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

 span { border-color: rgb(170,213,38); }

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