Html Css Color HEX #AAD128 Yellow Green

📋 copy color: '#AAD128'

red 170 ◦ green 209 ◦ blue 40

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

Shades of Yellow Green #AAD128

Tints of Yellow Green #AAD128

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.88%

 BLUE value IS 40 (16.02% from 255) = 9.55%

R = 40.57%
G = 49.88%
B = 9.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#AAD128 (or 0xAAD128) is known color: Yellow Green. HEX triplet: AA, D1 and 28. RGB value is (170,209,40). Sum of RGB (Red+Green+Blue) = 170+209+40=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 209 (82.03% from 255 or 49.88% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD128 is #552ED7. Grayscale: #B2B2B2. Windows color (decimal): -5582552 or 2675114. OLE color: 2675114.

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

Color convert

RGB 170 209 40 -
CMYK 0.19 0 0.81 0.18
HSL 73.85º 0.68% 0.49% -
HSV(B) 73.85º 0.81% 0.82% -
XYZ 39.76 54.3 10.39 -
YUV 178.07 50.08 122.24 -
System Red Green Blue C M Y K H S L
Decimal 170 209 40 0.19 0 0.81 0.18 73.85 0.68 0.49
Hex AA D1 28 13 0 51 12 4A 44 31
Octal 252 321 50 23 0 121 22 112 104 61
Binary 10101010 11010001 101000 10011 0 1010001 10010 1001010 1000100 110001

Color Harmonies of #AAD128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD128

Black with #AAD128

Text Example


Text Example

White with #AAD128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD128; }

 p { color: rgb(170,209,40); }

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

background-color css

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

 a { background-color: rgb(170,209,40); }

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

border-color css

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

 span { border-color: rgb(170,209,40); }

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