Html Css Color HEX #AAFC4C Green Yellow

📋 copy color: '#AAFC4C'

red 170 ◦ green 252 ◦ blue 76

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

Shades of Green Yellow #AAFC4C

Tints of Green Yellow #AAFC4C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.6%

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

R = 34.14%
G = 50.6%
B = 15.26%

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

#AAFC4C (or 0xAAFC4C) is known color: Green Yellow. HEX triplet: AA, FC and 4C. RGB value is (170,252,76). Sum of RGB (Red+Green+Blue) = 170+252+76=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 76 (30.08% from 255 or 15.26% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFC4C is #5503B3. Grayscale: #D0D0D0. Windows color (decimal): -5571508 or 5045418. OLE color: 5045418.

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

Color convert

RGB 170 252 76 -
CMYK 0.33 0 0.70 0.01
HSL 87.95º 0.97% 0.64% -
HSV(B) 87.95º 0.7% 0.99% -
XYZ 52.69 78.69 19.25 -
YUV 207.42 53.83 101.31 -
System Red Green Blue C M Y K H S L
Decimal 170 252 76 0.33 0 0.70 0.01 87.95 0.97 0.64
Hex AA FC 4C 21 0 46 1 58 61 40
Octal 252 374 114 41 0 106 1 130 141 100
Binary 10101010 11111100 1001100 100001 0 1000110 1 1011000 1100001 1000000

Color Harmonies of #AAFC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC4C

Black with #AAFC4C

Text Example


Text Example

White with #AAFC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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