Html Css Color HEX #AAD82D Yellow Green

📋 copy color: '#AAD82D'

red 170 ◦ green 216 ◦ blue 45

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

Shades of Yellow Green #AAD82D

Tints of Yellow Green #AAD82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.44%

R = 39.44%
G = 50.12%
B = 10.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#AAD82D (or 0xAAD82D) is known color: Yellow Green. HEX triplet: AA, D8 and 2D. RGB value is (170,216,45). Sum of RGB (Red+Green+Blue) = 170+216+45=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 216 (84.77% from 255 or 50.12% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD82D is #5527D2. Grayscale: #B7B7B7. Windows color (decimal): -5580755 or 3004586. OLE color: 3004586.

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

Color convert

RGB 170 216 45 -
CMYK 0.21 0 0.79 0.15
HSL 76.14º 0.69% 0.51% -
HSV(B) 76.14º 0.79% 0.85% -
XYZ 41.61 57.85 11.46 -
YUV 182.75 50.26 118.9 -
System Red Green Blue C M Y K H S L
Decimal 170 216 45 0.21 0 0.79 0.15 76.14 0.69 0.51
Hex AA D8 2D 15 0 4F F 4C 45 33
Octal 252 330 55 25 0 117 17 114 105 63
Binary 10101010 11011000 101101 10101 0 1001111 1111 1001100 1000101 110011

Color Harmonies of #AAD82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD82D

Black with #AAD82D

Text Example


Text Example

White with #AAD82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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