Html Css Color HEX #AAF51C Green Yellow

📋 copy color: '#AAF51C'

red 170 ◦ green 245 ◦ blue 28

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

Shades of Green Yellow #AAF51C

Tints of Green Yellow #AAF51C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.32%

R = 38.37%
G = 55.3%
B = 6.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#AAF51C (or 0xAAF51C) is known color: Green Yellow. HEX triplet: AA, F5 and 1C. RGB value is (170,245,28). Sum of RGB (Red+Green+Blue) = 170+245+28=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 245 (96.09% from 255 or 55.30% from 443); Blue value is 28 (11.33% from 255 or 6.32% from 443); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF51C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF51C is #550AE3. Grayscale: #C6C6C6. Windows color (decimal): -5573348 or 1897898. OLE color: 1897898.

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

Color convert

RGB 170 245 28 -
CMYK 0.31 0 0.89 0.04
HSL 80.74º 0.92% 0.54% -
HSV(B) 80.74º 0.89% 0.96% -
XYZ 49.44 73.93 12.76 -
YUV 197.84 32.15 108.14 -
System Red Green Blue C M Y K H S L
Decimal 170 245 28 0.31 0 0.89 0.04 80.74 0.92 0.54
Hex AA F5 1C 1F 0 59 4 51 5C 36
Octal 252 365 34 37 0 131 4 121 134 66
Binary 10101010 11110101 11100 11111 0 1011001 100 1010001 1011100 110110

Color Harmonies of #AAF51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF51C

Black with #AAF51C

Text Example


Text Example

White with #AAF51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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