Html Css Color HEX #AAF030 Green Yellow

📋 copy color: '#AAF030'

red 170 ◦ green 240 ◦ blue 48

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

Shades of Green Yellow #AAF030

Tints of Green Yellow #AAF030

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.4%

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

R = 37.12%
G = 52.4%
B = 10.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#AAF030 (or 0xAAF030) is known color: Green Yellow. HEX triplet: AA, F0 and 30. RGB value is (170,240,48). Sum of RGB (Red+Green+Blue) = 170+240+48=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 240 (94.14% from 255 or 52.40% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF030 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF030 is #550FCF. Grayscale: #C5C5C5. Windows color (decimal): -5574608 or 3207338. OLE color: 3207338.

HSL color Cylindrical-coordinate representation of color #AAF030: hue angle of 81.87º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAF030 is Cyan = 0.29, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 48 -
CMYK 0.29 0 0.8 0.06
HSL 81.87º 0.86% 0.56% -
HSV(B) 81.87º 0.8% 0.94% -
XYZ 48.27 71.08 13.97 -
YUV 197.18 43.81 108.61 -
System Red Green Blue C M Y K H S L
Decimal 170 240 48 0.29 0 0.8 0.06 81.87 0.86 0.56
Hex AA F0 30 1D 0 50 6 52 56 38
Octal 252 360 60 35 0 120 6 122 126 70
Binary 10101010 11110000 110000 11101 0 1010000 110 1010010 1010110 111000

Color Harmonies of #AAF030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF030

Black with #AAF030

Text Example


Text Example

White with #AAF030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF030; }

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

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

background-color css

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

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

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

border-color css

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

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

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