Html Css Color HEX #AAF82D Green Yellow

📋 copy color: '#AAF82D'

red 170 ◦ green 248 ◦ blue 45

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

Shades of Green Yellow #AAF82D

Tints of Green Yellow #AAF82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.72%

R = 36.72%
G = 53.56%
B = 9.72%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#AAF82D (or 0xAAF82D) is known color: Green Yellow. HEX triplet: AA, F8 and 2D. RGB value is (170,248,45). Sum of RGB (Red+Green+Blue) = 170+248+45=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 248 (97.27% from 255 or 53.56% from 463); Blue value is 45 (17.97% from 255 or 9.72% from 463); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF82D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF82D is #5507D2. Grayscale: #CACACA. Windows color (decimal): -5572563 or 3012778. OLE color: 3012778.

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

Color convert

RGB 170 248 45 -
CMYK 0.31 0 0.82 0.03
HSL 83.05º 0.94% 0.57% -
HSV(B) 83.05º 0.82% 0.97% -
XYZ 50.62 75.87 14.46 -
YUV 201.54 39.66 105.51 -
System Red Green Blue C M Y K H S L
Decimal 170 248 45 0.31 0 0.82 0.03 83.05 0.94 0.57
Hex AA F8 2D 1F 0 52 3 53 5E 39
Octal 252 370 55 37 0 122 3 123 136 71
Binary 10101010 11111000 101101 11111 0 1010010 11 1010011 1011110 111001

Color Harmonies of #AAF82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF82D

Black with #AAF82D

Text Example


Text Example

White with #AAF82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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