Html Css Color HEX #AAD028 Yellow Green

📋 copy color: '#AAD028'

red 170 ◦ green 208 ◦ blue 40

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

Shades of Yellow Green #AAD028

Tints of Yellow Green #AAD028

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.76%

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

R = 40.67%
G = 49.76%
B = 9.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#AAD028 (or 0xAAD028) is known color: Yellow Green. HEX triplet: AA, D0 and 28. RGB value is (170,208,40). Sum of RGB (Red+Green+Blue) = 170+208+40=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 208 (81.64% from 255 or 49.76% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD028 is #552FD7. Grayscale: #B2B2B2. Windows color (decimal): -5582808 or 2674858. OLE color: 2674858.

HSL color Cylindrical-coordinate representation of color #AAD028: hue angle of 73.57º 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 #AAD028 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 40 -
CMYK 0.18 0 0.81 0.18
HSL 73.57º 0.68% 0.49% -
HSV(B) 73.57º 0.81% 0.82% -
XYZ 39.52 53.81 10.31 -
YUV 177.49 50.41 122.66 -
System Red Green Blue C M Y K H S L
Decimal 170 208 40 0.18 0 0.81 0.18 73.57 0.68 0.49
Hex AA D0 28 12 0 51 12 4A 44 31
Octal 252 320 50 22 0 121 22 112 104 61
Binary 10101010 11010000 101000 10010 0 1010001 10010 1001010 1000100 110001

Color Harmonies of #AAD028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD028

Black with #AAD028

Text Example


Text Example

White with #AAD028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD028; }

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

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

background-color css

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

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

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

border-color css

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

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

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