Html Css Color HEX #AAD82A Yellow Green

📋 copy color: '#AAD82A'

red 170 ◦ green 216 ◦ blue 42

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

Shades of Yellow Green #AAD82A

Tints of Yellow Green #AAD82A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.47%

 BLUE value IS 42 (16.8% from 255) = 9.81%

R = 39.72%
G = 50.47%
B = 9.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#AAD82A (or 0xAAD82A) is known color: Yellow Green. HEX triplet: AA, D8 and 2A. RGB value is (170,216,42). Sum of RGB (Red+Green+Blue) = 170+216+42=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 216 (84.77% from 255 or 50.47% from 428); Blue value is 42 (16.80% from 255 or 9.81% from 428); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD82A is #5527D5. Grayscale: #B7B7B7. Windows color (decimal): -5580758 or 2807978. OLE color: 2807978.

HSL color Cylindrical-coordinate representation of color #AAD82A: hue angle of 75.86º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAD82A is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 42 -
CMYK 0.21 0 0.81 0.15
HSL 75.86º 0.69% 0.51% -
HSV(B) 75.86º 0.81% 0.85% -
XYZ 41.55 57.82 11.16 -
YUV 182.41 48.76 119.15 -
System Red Green Blue C M Y K H S L
Decimal 170 216 42 0.21 0 0.81 0.15 75.86 0.69 0.51
Hex AA D8 2A 15 0 51 F 4C 45 33
Octal 252 330 52 25 0 121 17 114 105 63
Binary 10101010 11011000 101010 10101 0 1010001 1111 1001100 1000101 110011

Color Harmonies of #AAD82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD82A

Black with #AAD82A

Text Example


Text Example

White with #AAD82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD82A; }

 p { color: rgb(170,216,42); }

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

background-color css

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

 a { background-color: rgb(170,216,42); }

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

border-color css

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

 span { border-color: rgb(170,216,42); }

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