Html Css Color HEX #AADC2F Yellow Green

📋 copy color: '#AADC2F'

red 170 ◦ green 220 ◦ blue 47

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

Shades of Yellow Green #AADC2F

Tints of Yellow Green #AADC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.76%

R = 38.9%
G = 50.34%
B = 10.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#AADC2F (or 0xAADC2F) is known color: Yellow Green. HEX triplet: AA, DC and 2F. RGB value is (170,220,47). Sum of RGB (Red+Green+Blue) = 170+220+47=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 47 (18.75% from 255 or 10.76% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC2F is #5523D0. Grayscale: #B9B9B9. Windows color (decimal): -5579729 or 3136682. OLE color: 3136682.

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

Color convert

RGB 170 220 47 -
CMYK 0.23 0 0.79 0.14
HSL 77.34º 0.71% 0.52% -
HSV(B) 77.34º 0.79% 0.86% -
XYZ 42.68 59.94 12.01 -
YUV 185.33 49.94 117.07 -
System Red Green Blue C M Y K H S L
Decimal 170 220 47 0.23 0 0.79 0.14 77.34 0.71 0.52
Hex AA DC 2F 17 0 4F E 4D 47 34
Octal 252 334 57 27 0 117 16 115 107 64
Binary 10101010 11011100 101111 10111 0 1001111 1110 1001101 1000111 110100

Color Harmonies of #AADC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC2F

Black with #AADC2F

Text Example


Text Example

White with #AADC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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