Html Css Color HEX #AAFA3C Green Yellow

📋 copy color: '#AAFA3C'

red 170 ◦ green 250 ◦ blue 60

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

Shades of Green Yellow #AAFA3C

Tints of Green Yellow #AAFA3C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 52.08%

 BLUE value IS 60 (23.83% from 255) = 12.5%

R = 35.42%
G = 52.08%
B = 12.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#AAFA3C (or 0xAAFA3C) is known color: Green Yellow. HEX triplet: AA, FA and 3C. RGB value is (170,250,60). Sum of RGB (Red+Green+Blue) = 170+250+60=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 250 (98.05% from 255 or 52.08% from 480); Blue value is 60 (23.83% from 255 or 12.5% from 480); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFA3C is #5505C3. Grayscale: #CDCDCD. Windows color (decimal): -5572036 or 3996330. OLE color: 3996330.

HSL color Cylindrical-coordinate representation of color #AAFA3C: hue angle of 85.26º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAFA3C is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 60 -
CMYK 0.32 0 0.76 0.02
HSL 85.26º 0.95% 0.61% -
HSV(B) 85.26º 0.76% 0.98% -
XYZ 51.58 77.24 16.47 -
YUV 204.42 46.5 103.45 -
System Red Green Blue C M Y K H S L
Decimal 170 250 60 0.32 0 0.76 0.02 85.26 0.95 0.61
Hex AA FA 3C 20 0 4C 2 55 5F 3D
Octal 252 372 74 40 0 114 2 125 137 75
Binary 10101010 11111010 111100 100000 0 1001100 10 1010101 1011111 111101

Color Harmonies of #AAFA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA3C

Black with #AAFA3C

Text Example


Text Example

White with #AAFA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA3C; }

 p { color: rgb(170,250,60); }

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

background-color css

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

 a { background-color: rgb(170,250,60); }

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

border-color css

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

 span { border-color: rgb(170,250,60); }

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