Html Css Color HEX #AAF130 Green Yellow

📋 copy color: '#AAF130'

red 170 ◦ green 241 ◦ blue 48

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

Shades of Green Yellow #AAF130

Tints of Green Yellow #AAF130

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.51%

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

R = 37.04%
G = 52.51%
B = 10.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#AAF130 (or 0xAAF130) is known color: Green Yellow. HEX triplet: AA, F1 and 30. RGB value is (170,241,48). Sum of RGB (Red+Green+Blue) = 170+241+48=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 241 (94.53% from 255 or 52.51% from 459); Blue value is 48 (19.14% from 255 or 10.46% from 459); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF130 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF130 is #550ECF. Grayscale: #C6C6C6. Windows color (decimal): -5574352 or 3207594. OLE color: 3207594.

HSL color Cylindrical-coordinate representation of color #AAF130: hue angle of 82.07º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAF130 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 241 48 -
CMYK 0.29 0 0.80 0.05
HSL 82.07º 0.87% 0.57% -
HSV(B) 82.07º 0.8% 0.95% -
XYZ 48.57 71.67 14.07 -
YUV 197.77 43.48 108.19 -
System Red Green Blue C M Y K H S L
Decimal 170 241 48 0.29 0 0.80 0.05 82.07 0.87 0.57
Hex AA F1 30 1D 0 50 5 52 57 39
Octal 252 361 60 35 0 120 5 122 127 71
Binary 10101010 11110001 110000 11101 0 1010000 101 1010010 1010111 111001

Color Harmonies of #AAF130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF130

Black with #AAF130

Text Example


Text Example

White with #AAF130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF130; }

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

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

background-color css

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

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

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

border-color css

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

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

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