Html Css Color HEX #AADA2A Yellow Green

📋 copy color: '#AADA2A'

red 170 ◦ green 218 ◦ blue 42

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

Shades of Yellow Green #AADA2A

Tints of Yellow Green #AADA2A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.7%

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

R = 39.53%
G = 50.7%
B = 9.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#AADA2A (or 0xAADA2A) is known color: Yellow Green. HEX triplet: AA, DA and 2A. RGB value is (170,218,42). Sum of RGB (Red+Green+Blue) = 170+218+42=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 42 (16.80% from 255 or 9.77% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADA2A is #5525D5. Grayscale: #B8B8B8. Windows color (decimal): -5580246 or 2808490. OLE color: 2808490.

HSL color Cylindrical-coordinate representation of color #AADA2A: hue angle of 76.36º degrees, saturation: 0.7, 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 #AADA2A is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 42 -
CMYK 0.22 0 0.81 0.15
HSL 76.36º 0.7% 0.51% -
HSV(B) 76.36º 0.81% 0.85% -
XYZ 42.07 58.86 11.33 -
YUV 183.58 48.1 118.31 -
System Red Green Blue C M Y K H S L
Decimal 170 218 42 0.22 0 0.81 0.15 76.36 0.7 0.51
Hex AA DA 2A 16 0 51 F 4C 46 33
Octal 252 332 52 26 0 121 17 114 106 63
Binary 10101010 11011010 101010 10110 0 1010001 1111 1001100 1000110 110011

Color Harmonies of #AADA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA2A

Black with #AADA2A

Text Example


Text Example

White with #AADA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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