Html Css Color HEX #AAFD4C Green Yellow

📋 copy color: '#AAFD4C'

red 170 ◦ green 253 ◦ blue 76

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

Shades of Green Yellow #AAFD4C

Tints of Green Yellow #AAFD4C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.7%

 BLUE value IS 76 (30.08% from 255) = 15.23%

R = 34.07%
G = 50.7%
B = 15.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#AAFD4C (or 0xAAFD4C) is known color: Green Yellow. HEX triplet: AA, FD and 4C. RGB value is (170,253,76). Sum of RGB (Red+Green+Blue) = 170+253+76=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 253 (99.22% from 255 or 50.70% from 499); Blue value is 76 (30.08% from 255 or 15.23% from 499); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFD4C is #5502B3. Grayscale: #D0D0D0. Windows color (decimal): -5571252 or 5045674. OLE color: 5045674.

HSL color Cylindrical-coordinate representation of color #AAFD4C: hue angle of 88.14º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAFD4C is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 253 76 -
CMYK 0.33 0 0.70 0.01
HSL 88.14º 0.98% 0.65% -
HSV(B) 88.14º 0.7% 0.99% -
XYZ 53.01 79.32 19.35 -
YUV 208.01 53.5 100.89 -
System Red Green Blue C M Y K H S L
Decimal 170 253 76 0.33 0 0.70 0.01 88.14 0.98 0.65
Hex AA FD 4C 21 0 46 1 58 62 41
Octal 252 375 114 41 0 106 1 130 142 101
Binary 10101010 11111101 1001100 100001 0 1000110 1 1011000 1100010 1000001

Color Harmonies of #AAFD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFD4C

Black with #AAFD4C

Text Example


Text Example

White with #AAFD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFD4C; }

 p { color: rgb(170,253,76); }

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

background-color css

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

 a { background-color: rgb(170,253,76); }

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

border-color css

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

 span { border-color: rgb(170,253,76); }

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