Html Css Color HEX #AAFE2D Green Yellow

📋 copy color: '#AAFE2D'

red 170 ◦ green 254 ◦ blue 45

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

Shades of Green Yellow #AAFE2D

Tints of Green Yellow #AAFE2D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 54.16%

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

R = 36.25%
G = 54.16%
B = 9.59%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#AAFE2D (or 0xAAFE2D) is known color: Green Yellow. HEX triplet: AA, FE and 2D. RGB value is (170,254,45). Sum of RGB (Red+Green+Blue) = 170+254+45=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 254 (99.61% from 255 or 54.16% from 469); Blue value is 45 (17.97% from 255 or 9.59% from 469); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFE2D is #5501D2. Grayscale: #CDCDCD. Windows color (decimal): -5571027 or 3014314. OLE color: 3014314.

HSL color Cylindrical-coordinate representation of color #AAFE2D: hue angle of 84.11º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAFE2D is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 254 45 -
CMYK 0.33 0 0.82 0.00
HSL 84.11º 0.99% 0.59% -
HSV(B) 84.11º 0.82% 1% -
XYZ 52.49 79.62 15.08 -
YUV 205.06 37.67 102.99 -
System Red Green Blue C M Y K H S L
Decimal 170 254 45 0.33 0 0.82 0.00 84.11 0.99 0.59
Hex AA FE 2D 21 0 52 0 54 63 3B
Octal 252 376 55 41 0 122 0 124 143 73
Binary 10101010 11111110 101101 100001 0 1010010 0 1010100 1100011 111011

Color Harmonies of #AAFE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFE2D

Black with #AAFE2D

Text Example


Text Example

White with #AAFE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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