Html Css Color HEX #AAF52A Green Yellow

📋 copy color: '#AAF52A'

red 170 ◦ green 245 ◦ blue 42

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

Shades of Green Yellow #AAF52A

Tints of Green Yellow #AAF52A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 53.61%

 BLUE value IS 42 (16.8% from 255) = 9.19%

R = 37.2%
G = 53.61%
B = 9.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#AAF52A (or 0xAAF52A) is known color: Green Yellow. HEX triplet: AA, F5 and 2A. RGB value is (170,245,42). Sum of RGB (Red+Green+Blue) = 170+245+42=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 245 (96.09% from 255 or 53.61% from 457); Blue value is 42 (16.80% from 255 or 9.19% from 457); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF52A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF52A is #550AD5. Grayscale: #C8C8C8. Windows color (decimal): -5573334 or 2815402. OLE color: 2815402.

HSL color Cylindrical-coordinate representation of color #AAF52A: hue angle of 82.17º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAF52A is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 245 42 -
CMYK 0.31 0 0.83 0.04
HSL 82.17º 0.91% 0.56% -
HSV(B) 82.17º 0.83% 0.96% -
XYZ 49.65 74.02 13.86 -
YUV 199.43 39.15 107.01 -
System Red Green Blue C M Y K H S L
Decimal 170 245 42 0.31 0 0.83 0.04 82.17 0.91 0.56
Hex AA F5 2A 1F 0 53 4 52 5B 38
Octal 252 365 52 37 0 123 4 122 133 70
Binary 10101010 11110101 101010 11111 0 1010011 100 1010010 1011011 111000

Color Harmonies of #AAF52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF52A

Black with #AAF52A

Text Example


Text Example

White with #AAF52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF52A; }

 p { color: rgb(170,245,42); }

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

background-color css

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

 a { background-color: rgb(170,245,42); }

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

border-color css

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

 span { border-color: rgb(170,245,42); }

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