Html Css Color HEX #AAD330 Yellow Green

📋 copy color: '#AAD330'

red 170 ◦ green 211 ◦ blue 48

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

Shades of Yellow Green #AAD330

Tints of Yellow Green #AAD330

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.18%

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

R = 39.63%
G = 49.18%
B = 11.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#AAD330 (or 0xAAD330) is known color: Yellow Green. HEX triplet: AA, D3 and 30. RGB value is (170,211,48). Sum of RGB (Red+Green+Blue) = 170+211+48=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 211 (82.81% from 255 or 49.18% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD330 is #552CCF. Grayscale: #B4B4B4. Windows color (decimal): -5582032 or 3199914. OLE color: 3199914.

HSL color Cylindrical-coordinate representation of color #AAD330: hue angle of 75.09º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAD330 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 211 48 -
CMYK 0.19 0 0.77 0.17
HSL 75.09º 0.65% 0.51% -
HSV(B) 75.09º 0.77% 0.83% -
XYZ 40.41 55.35 11.35 -
YUV 180.16 53.42 120.75 -
System Red Green Blue C M Y K H S L
Decimal 170 211 48 0.19 0 0.77 0.17 75.09 0.65 0.51
Hex AA D3 30 13 0 4D 11 4B 41 33
Octal 252 323 60 23 0 115 21 113 101 63
Binary 10101010 11010011 110000 10011 0 1001101 10001 1001011 1000001 110011

Color Harmonies of #AAD330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD330

Black with #AAD330

Text Example


Text Example

White with #AAD330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD330; }

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

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

background-color css

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

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

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

border-color css

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

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

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