Html Css Color HEX #AAD830 Yellow Green

📋 copy color: '#AAD830'

red 170 ◦ green 216 ◦ blue 48

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

Shades of Yellow Green #AAD830

Tints of Yellow Green #AAD830

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.77%

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

R = 39.17%
G = 49.77%
B = 11.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#AAD830 (or 0xAAD830) is known color: Yellow Green. HEX triplet: AA, D8 and 30. RGB value is (170,216,48). Sum of RGB (Red+Green+Blue) = 170+216+48=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 216 (84.77% from 255 or 49.77% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD830 is #5527CF. Grayscale: #B7B7B7. Windows color (decimal): -5580752 or 3201194. OLE color: 3201194.

HSL color Cylindrical-coordinate representation of color #AAD830: hue angle of 76.43º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAD830 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 48 -
CMYK 0.21 0 0.78 0.15
HSL 76.43º 0.68% 0.52% -
HSV(B) 76.43º 0.78% 0.85% -
XYZ 41.67 57.87 11.77 -
YUV 183.09 51.76 118.66 -
System Red Green Blue C M Y K H S L
Decimal 170 216 48 0.21 0 0.78 0.15 76.43 0.68 0.52
Hex AA D8 30 15 0 4E F 4C 44 34
Octal 252 330 60 25 0 116 17 114 104 64
Binary 10101010 11011000 110000 10101 0 1001110 1111 1001100 1000100 110100

Color Harmonies of #AAD830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD830

Black with #AAD830

Text Example


Text Example

White with #AAD830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD830; }

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

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

background-color css

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

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

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

border-color css

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

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

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