Html Css Color HEX #AAD630 Yellow Green

📋 copy color: '#AAD630'

red 170 ◦ green 214 ◦ blue 48

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

Shades of Yellow Green #AAD630

Tints of Yellow Green #AAD630

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.54%

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

R = 39.35%
G = 49.54%
B = 11.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#AAD630 (or 0xAAD630) is known color: Yellow Green. HEX triplet: AA, D6 and 30. RGB value is (170,214,48). Sum of RGB (Red+Green+Blue) = 170+214+48=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 214 (83.98% from 255 or 49.54% from 432); Blue value is 48 (19.14% from 255 or 11.11% from 432); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD630 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD630 is #5529CF. Grayscale: #B6B6B6. Windows color (decimal): -5581264 or 3200682. OLE color: 3200682.

HSL color Cylindrical-coordinate representation of color #AAD630: hue angle of 75.9º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAD630 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 214 48 -
CMYK 0.21 0 0.78 0.16
HSL 75.9º 0.67% 0.51% -
HSV(B) 75.9º 0.78% 0.84% -
XYZ 41.16 56.85 11.6 -
YUV 181.92 52.42 119.5 -
System Red Green Blue C M Y K H S L
Decimal 170 214 48 0.21 0 0.78 0.16 75.9 0.67 0.51
Hex AA D6 30 15 0 4E 10 4C 43 33
Octal 252 326 60 25 0 116 20 114 103 63
Binary 10101010 11010110 110000 10101 0 1001110 10000 1001100 1000011 110011

Color Harmonies of #AAD630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD630

Black with #AAD630

Text Example


Text Example

White with #AAD630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD630; }

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

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

background-color css

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

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

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

border-color css

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

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

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