Html Css Color HEX #AAF51D Green Yellow

📋 copy color: '#AAF51D'

red 170 ◦ green 245 ◦ blue 29

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

Shades of Green Yellow #AAF51D

Tints of Green Yellow #AAF51D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.53%

R = 38.29%
G = 55.18%
B = 6.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#AAF51D (or 0xAAF51D) is known color: Green Yellow. HEX triplet: AA, F5 and 1D. RGB value is (170,245,29). Sum of RGB (Red+Green+Blue) = 170+245+29=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 245 (96.09% from 255 or 55.18% from 444); Blue value is 29 (11.72% from 255 or 6.53% from 444); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF51D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF51D is #550AE2. Grayscale: #C6C6C6. Windows color (decimal): -5573347 or 1963434. OLE color: 1963434.

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

Color convert

RGB 170 245 29 -
CMYK 0.31 0 0.88 0.04
HSL 80.83º 0.92% 0.54% -
HSV(B) 80.83º 0.88% 0.96% -
XYZ 49.45 73.94 12.83 -
YUV 197.95 32.65 108.06 -
System Red Green Blue C M Y K H S L
Decimal 170 245 29 0.31 0 0.88 0.04 80.83 0.92 0.54
Hex AA F5 1D 1F 0 58 4 51 5C 36
Octal 252 365 35 37 0 130 4 121 134 66
Binary 10101010 11110101 11101 11111 0 1011000 100 1010001 1011100 110110

Color Harmonies of #AAF51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF51D

Black with #AAF51D

Text Example


Text Example

White with #AAF51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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