Html Css Color HEX #AAFF3C Green Yellow

📋 copy color: '#AAFF3C'

red 170 ◦ green 255 ◦ blue 60

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

Shades of Green Yellow #AAFF3C

Tints of Green Yellow #AAFF3C

RGB

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

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

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

R = 35.05%
G = 52.58%
B = 12.37%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#AAFF3C (or 0xAAFF3C) is known color: Green Yellow. HEX triplet: AA, FF and 3C. RGB value is (170,255,60). Sum of RGB (Red+Green+Blue) = 170+255+60=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 60 (23.83% from 255 or 12.37% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF3C is #5500C3. Grayscale: #D0D0D0. Windows color (decimal): -5570756 or 3997610. OLE color: 3997610.

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

Color convert

RGB 170 255 60 -
CMYK 0.33 0 0.76 0
HSL 86.15º 1% 0.62% -
HSV(B) 86.15º 0.76% 1% -
XYZ 53.15 80.39 16.99 -
YUV 207.36 44.84 101.36 -
System Red Green Blue C M Y K H S L
Decimal 170 255 60 0.33 0 0.76 0 86.15 1 0.62
Hex AA FF 3C 21 0 4C 0 56 64 3E
Octal 252 377 74 41 0 114 0 126 144 76
Binary 10101010 11111111 111100 100001 0 1001100 0 1010110 1100100 111110

Color Harmonies of #AAFF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFF3C

Black with #AAFF3C

Text Example


Text Example

White with #AAFF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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