Html Css Color HEX #AAD030 Yellow Green

📋 copy color: '#AAD030'

red 170 ◦ green 208 ◦ blue 48

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

Shades of Yellow Green #AAD030

Tints of Yellow Green #AAD030

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.83%

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

R = 39.91%
G = 48.83%
B = 11.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#AAD030 (or 0xAAD030) is known color: Yellow Green. HEX triplet: AA, D0 and 30. RGB value is (170,208,48). Sum of RGB (Red+Green+Blue) = 170+208+48=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 48 (19.14% from 255 or 11.27% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD030 is #552FCF. Grayscale: #B3B3B3. Windows color (decimal): -5582800 or 3199146. OLE color: 3199146.

HSL color Cylindrical-coordinate representation of color #AAD030: hue angle of 74.25º degrees, saturation: 0.63, 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 #AAD030 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 48 -
CMYK 0.18 0 0.77 0.18
HSL 74.25º 0.63% 0.5% -
HSV(B) 74.25º 0.77% 0.82% -
XYZ 39.67 53.87 11.1 -
YUV 178.4 54.41 122.01 -
System Red Green Blue C M Y K H S L
Decimal 170 208 48 0.18 0 0.77 0.18 74.25 0.63 0.5
Hex AA D0 30 12 0 4D 12 4A 3F 32
Octal 252 320 60 22 0 115 22 112 77 62
Binary 10101010 11010000 110000 10010 0 1001101 10010 1001010 111111 110010

Color Harmonies of #AAD030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD030

Black with #AAD030

Text Example


Text Example

White with #AAD030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD030; }

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

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

background-color css

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

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

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

border-color css

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

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

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