Html Css Color HEX #AAF830 Green Yellow

📋 copy color: '#AAF830'

red 170 ◦ green 248 ◦ blue 48

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

Shades of Green Yellow #AAF830

Tints of Green Yellow #AAF830

RGB

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

 GREEN value IS 248 (97.27% from 255) = 53.22%

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

R = 36.48%
G = 53.22%
B = 10.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#AAF830 (or 0xAAF830) is known color: Green Yellow. HEX triplet: AA, F8 and 30. RGB value is (170,248,48). Sum of RGB (Red+Green+Blue) = 170+248+48=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 248 (97.27% from 255 or 53.22% from 466); Blue value is 48 (19.14% from 255 or 10.30% from 466); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF830 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF830 is #5507CF. Grayscale: #CACACA. Windows color (decimal): -5572560 or 3209386. OLE color: 3209386.

HSL color Cylindrical-coordinate representation of color #AAF830: hue angle of 83.4º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAF830 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 248 48 -
CMYK 0.31 0 0.81 0.03
HSL 83.4º 0.93% 0.58% -
HSV(B) 83.4º 0.81% 0.97% -
XYZ 50.68 75.89 14.77 -
YUV 201.88 41.16 105.26 -
System Red Green Blue C M Y K H S L
Decimal 170 248 48 0.31 0 0.81 0.03 83.4 0.93 0.58
Hex AA F8 30 1F 0 51 3 53 5D 3A
Octal 252 370 60 37 0 121 3 123 135 72
Binary 10101010 11111000 110000 11111 0 1010001 11 1010011 1011101 111010

Color Harmonies of #AAF830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF830

Black with #AAF830

Text Example


Text Example

White with #AAF830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF830; }

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

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

background-color css

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

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

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

border-color css

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

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

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