Html Css Color HEX #AADC2D Yellow Green

📋 copy color: '#AADC2D'

red 170 ◦ green 220 ◦ blue 45

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

Shades of Yellow Green #AADC2D

Tints of Yellow Green #AADC2D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.57%

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

R = 39.08%
G = 50.57%
B = 10.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#AADC2D (or 0xAADC2D) is known color: Yellow Green. HEX triplet: AA, DC and 2D. RGB value is (170,220,45). Sum of RGB (Red+Green+Blue) = 170+220+45=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC2D is #5523D2. Grayscale: #B9B9B9. Windows color (decimal): -5579731 or 3005610. OLE color: 3005610.

HSL color Cylindrical-coordinate representation of color #AADC2D: hue angle of 77.14º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AADC2D is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 45 -
CMYK 0.23 0 0.80 0.14
HSL 77.14º 0.71% 0.52% -
HSV(B) 77.14º 0.8% 0.86% -
XYZ 42.64 59.92 11.8 -
YUV 185.1 48.94 117.23 -
System Red Green Blue C M Y K H S L
Decimal 170 220 45 0.23 0 0.80 0.14 77.14 0.71 0.52
Hex AA DC 2D 17 0 50 E 4D 47 34
Octal 252 334 55 27 0 120 16 115 107 64
Binary 10101010 11011100 101101 10111 0 1010000 1110 1001101 1000111 110100

Color Harmonies of #AADC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC2D

Black with #AADC2D

Text Example


Text Example

White with #AADC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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