Html Css Color HEX #AAFF1D Green Yellow

📋 copy color: '#AAFF1D'

red 170 ◦ green 255 ◦ blue 29

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

Shades of Green Yellow #AAFF1D

Tints of Green Yellow #AAFF1D

RGB

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

 GREEN value IS 255 (100% from 255) = 56.17%

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

R = 37.44%
G = 56.17%
B = 6.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#AAFF1D (or 0xAAFF1D) is known color: Green Yellow. HEX triplet: AA, FF and 1D. RGB value is (170,255,29). Sum of RGB (Red+Green+Blue) = 170+255+29=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 255 (100% from 255 or 56.17% from 454); Blue value is 29 (11.72% from 255 or 6.39% from 454); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF1D is #5500E2. Grayscale: #CCCCCC. Windows color (decimal): -5570787 or 1965994. OLE color: 1965994.

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

Color convert

RGB 170 255 29 -
CMYK 0.33 0 0.89 0
HSL 82.57º 1% 0.56% -
HSV(B) 82.57º 0.89% 1% -
XYZ 52.56 80.15 13.86 -
YUV 203.82 29.34 103.88 -
System Red Green Blue C M Y K H S L
Decimal 170 255 29 0.33 0 0.89 0 82.57 1 0.56
Hex AA FF 1D 21 0 59 0 53 64 38
Octal 252 377 35 41 0 131 0 123 144 70
Binary 10101010 11111111 11101 100001 0 1011001 0 1010011 1100100 111000

Color Harmonies of #AAFF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFF1D

Black with #AAFF1D

Text Example


Text Example

White with #AAFF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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