Html Css Color HEX #AAD130 Yellow Green

📋 copy color: '#AAD130'

red 170 ◦ green 209 ◦ blue 48

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

Shades of Yellow Green #AAD130

Tints of Yellow Green #AAD130

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.95%

 BLUE value IS 48 (19.14% from 255) = 11.24%

R = 39.81%
G = 48.95%
B = 11.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#AAD130 (or 0xAAD130) is known color: Yellow Green. HEX triplet: AA, D1 and 30. RGB value is (170,209,48). Sum of RGB (Red+Green+Blue) = 170+209+48=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 209 (82.03% from 255 or 48.95% from 427); Blue value is 48 (19.14% from 255 or 11.24% from 427); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD130 is #552ECF. Grayscale: #B3B3B3. Windows color (decimal): -5582544 or 3199402. OLE color: 3199402.

HSL color Cylindrical-coordinate representation of color #AAD130: hue angle of 74.53º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAD130 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 209 48 -
CMYK 0.19 0 0.77 0.18
HSL 74.53º 0.64% 0.5% -
HSV(B) 74.53º 0.77% 0.82% -
XYZ 39.91 54.36 11.19 -
YUV 178.99 54.08 121.59 -
System Red Green Blue C M Y K H S L
Decimal 170 209 48 0.19 0 0.77 0.18 74.53 0.64 0.5
Hex AA D1 30 13 0 4D 12 4B 40 32
Octal 252 321 60 23 0 115 22 113 100 62
Binary 10101010 11010001 110000 10011 0 1001101 10010 1001011 1000000 110010

Color Harmonies of #AAD130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD130

Black with #AAD130

Text Example


Text Example

White with #AAD130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD130; }

 p { color: rgb(170,209,48); }

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

background-color css

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

 a { background-color: rgb(170,209,48); }

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

border-color css

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

 span { border-color: rgb(170,209,48); }

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