Html Css Color HEX #AAFD2C Green Yellow

📋 copy color: '#AAFD2C'

red 170 ◦ green 253 ◦ blue 44

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

Shades of Green Yellow #AAFD2C

Tints of Green Yellow #AAFD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.42%

R = 36.4%
G = 54.18%
B = 9.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#AAFD2C (or 0xAAFD2C) is known color: Green Yellow. HEX triplet: AA, FD and 2C. RGB value is (170,253,44). Sum of RGB (Red+Green+Blue) = 170+253+44=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 253 (99.22% from 255 or 54.18% from 467); Blue value is 44 (17.58% from 255 or 9.42% from 467); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFD2C is #5502D3. Grayscale: #CDCDCD. Windows color (decimal): -5571284 or 2948522. OLE color: 2948522.

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

Color convert

RGB 170 253 44 -
CMYK 0.33 0 0.83 0.01
HSL 83.83º 0.98% 0.58% -
HSV(B) 83.83º 0.83% 0.99% -
XYZ 52.16 78.98 14.88 -
YUV 204.36 37.5 103.49 -
System Red Green Blue C M Y K H S L
Decimal 170 253 44 0.33 0 0.83 0.01 83.83 0.98 0.58
Hex AA FD 2C 21 0 53 1 54 62 3A
Octal 252 375 54 41 0 123 1 124 142 72
Binary 10101010 11111101 101100 100001 0 1010011 1 1010100 1100010 111010

Color Harmonies of #AAFD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFD2C

Black with #AAFD2C

Text Example


Text Example

White with #AAFD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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